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;
|
return urlAdvanced;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} catch (e) {
|
||||||
}
|
}
|
||||||
if (!keyLink) {
|
if (!keyLink) {
|
||||||
try {
|
try {
|
||||||
|
@ -225,6 +226,7 @@ async function displayProfile(opts) {
|
||||||
return urlDirect;
|
return urlDirect;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} catch (e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!keyLink) {
|
if (!keyLink) {
|
||||||
|
|
Loading…
Reference in a new issue