Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e410ade

Browse files
Fix lint error
1 parent d4b7442 commit e410ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-scorecard-api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ scoreSystems.forEach(element => {
1515
app.get('/scoreSystems', (req, res) => res.json(scoreSystems))
1616
app.get('/scorecards/:id', (req, res) => res.json(scorecardDetails))
1717

18-
app.listen(process.env.PORT || 4000);
18+
app.listen(process.env.PORT || 4000)
1919
console.log(`Server listening on http://localhost:${process.env.PORT || 4000}`)

0 commit comments

Comments
 (0)