1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 05:02:45 +01:00

Code formatting

This commit is contained in:
Weihang Lo 2017-08-03 14:01:13 +08:00
parent 596ad871df
commit 2b7f06dda2
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -205,7 +205,7 @@ app.post('/delete/:id', async (req, res) => {
}
try {
const err = await storage.delete(id, delete_token);
const err = await storage.delete(id, delete_token);
if (!err) {
log.info('Deleted:', id);
res.sendStatus(200);