mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix try statements
This commit is contained in:
parent
0edf2866f0
commit
2edf20f027
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ async function displayProfile(opts) {
|
|||
}
|
||||
});
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
}
|
||||
if (!keyLink) {
|
||||
try {
|
||||
|
@ -227,6 +228,7 @@ async function displayProfile(opts) {
|
|||
}
|
||||
});
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
}
|
||||
}
|
||||
if (!keyLink) {
|
||||
|
|
Loading…
Reference in a new issue