mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 16:05:01 +00:00
Fix extra lint error
This commit is contained in:
parent
bc29fb5917
commit
66ac01bc79
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
Add a link
Reference in a new issue