mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix extra lint error
This commit is contained in:
parent
76b1d488ec
commit
91badbe8f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue