Fix try statements

This commit is contained in:
Yarmo Mackenbach 2020-07-03 12:16:24 +02:00
parent 0edf2866f0
commit 2edf20f027

View file

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