Skip to content

Commit 4c859c1

Browse files
committed
add: ci lint s
1 parent 06f528a commit 4c859c1

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@libsql/client": "^0.14.0",
3535
"cors": "^2.8.5",
36-
"dotenv": "^16.4.5",
36+
"dotenv": "^16.6.1",
3737
"drizzle-orm": "^0.36.2",
3838
"express": "^4.21.1",
3939
"uuid": "^11.0.3"

src/main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,4 @@ app.use("/v1", v1Router);
4646

4747
app.listen(config.api.port, () => {
4848
console.log(`Server is running on port: ${config.api.port}`);
49-
});
50-
function unused() {
51-
// this function does nothing
52-
// and is called nowhere
53-
}
49+
});

0 commit comments

Comments
 (0)