Fix try statements

This commit is contained in:
Yarmo Mackenbach 2020-07-03 12:15:37 +02:00
parent 20a552cc41
commit 0edf2866f0

View file

@ -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) {