Skip to content

Commit

Permalink
[trivial] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 27, 2024
1 parent 319dc65 commit c1a0d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ app.use((req, res, next) => {
});

app.listen(PORT, () => {
console.log(`[Server] Listening on port ${PORT}.`);
console.log(`[Server] Listening on port ${PORT}.`);
});
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": [
"core/**/*.ts"
]
"include": ["core/**/*.ts"]
}

0 comments on commit c1a0d32

Please sign in to comment.