fix: wrong path
This commit is contained in:
		| @ -4,7 +4,7 @@ window.hubl.getRoute = (type, returnFirst = false) => { | ||||
|     if (c.extensions) { | ||||
|       c.extensions.forEach(e => { | ||||
|         if (e.type == type || e.uniq == type) { | ||||
|           availables.push(e.type); | ||||
|           availables.push(e); | ||||
|         } | ||||
|       }); | ||||
|     } | ||||
|  | ||||
| @ -16,7 +16,7 @@ | ||||
|       if (c.extensions) { | ||||
|         c.extensions.forEach(e => { | ||||
|           if (e.type == type || e.uniq == type) { | ||||
|             availables.push(e.type); | ||||
|             availables.push(e); | ||||
|           } | ||||
|         }); | ||||
|       } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user