3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Fix extra lint error

This commit is contained in:
Dragory 2020-07-06 02:15:04 +03:00
parent 76b1d488ec
commit 91badbe8f4
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -45,4 +45,4 @@ app.use((req, res, next) => {
});
const port = process.env.PORT || 3000;
app.listen(port, () => console.log(`API server listening on port ${port}`));
app.listen(port, () => console.log(`API server listening on port ${port}`)); // tslint:disable-line