This commit is contained in:
Karol Wypchlo 2021-09-29 19:28:53 +02:00
parent f8b8e1e437
commit 56391cfb19
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ async function handleGetLink(
res.status(200).send({ skylink }); res.status(200).send({ skylink });
return; return;
} catch (error) { } catch (error) {
console.log(error);
res.status(500).send(error); res.status(500).send(error);
return; return;
} }