more bug fixing
This commit is contained in:
parent
c544741ef0
commit
0e67374206
2 changed files with 4 additions and 2 deletions
|
@ -39,7 +39,9 @@ export async function getApiUrls(
|
|||
valid = true;
|
||||
break;
|
||||
}
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
//console.log(e);
|
||||
}
|
||||
}
|
||||
if (!valid) {
|
||||
throw new Error("Invalid instance");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue