Skip to content

Commit 0a8e587

Browse files
committed
Eslint check
1 parent 11b1a6b commit 0a8e587

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ mongoose.connect(process.env.MONGO_URI, {
1616
console.error('MongoDB connection error:', err);
1717
});
1818

19-
const unused = 123;
20-
const unused2 = 123;
21-
22-
2319
app.get('/', (req, res) => {
2420
res.send('Welcome to the Vision Index Backend');
2521
});

0 commit comments

Comments
 (0)