Skip to content

Commit 0a8b108

Browse files
authored
remove semi-colon
1 parent bd15231 commit 0a8b108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ router.post('/', async function postEvents (req, res, next) {
4141
}
4242
}).catch((e) => {
4343
if (isDev) console.error(e)
44-
});
44+
})
4545
}
4646

4747
return res.status(201).json(fields)

0 commit comments

Comments
 (0)