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