embeds: address review

This commit is contained in:
Liam Fitzgerald 2021-04-03 00:23:16 +10:00
parent f27fa5b0f3
commit 7e1a6ae541
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -70,7 +70,7 @@ function GraphPermalink(
return;
}
try {
api.graph.getNode(ship, name, index);
await api.graph.getNode(ship, name, index);
} catch (e) {
console.log(e);
setErrored(true);