forked from Mirrors/keyoxide-web
Fix try statements
This commit is contained in:
parent
20a552cc41
commit
0edf2866f0
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ async function displayProfile(opts) {
|
|||
return urlAdvanced;
|
||||
}
|
||||
});
|
||||
} catch (e) {
|
||||
}
|
||||
if (!keyLink) {
|
||||
try {
|
||||
|
@ -225,6 +226,7 @@ async function displayProfile(opts) {
|
|||
return urlDirect;
|
||||
}
|
||||
});
|
||||
} catch (e) {
|
||||
}
|
||||
}
|
||||
if (!keyLink) {
|
||||
|
|
Loading…
Reference in a new issue