Skip to content

Commit

Permalink
lint: fix prettier trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyton505 committed Nov 10, 2024
1 parent 9545e36 commit 462d408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ app.use("/workshop", routes.workshop);
connectDB();

app.listen(process.env.PORT || 8000, () =>
console.log(`Server running on port ${process.env.PORT || 8000}`)
console.log(`Server running on port ${process.env.PORT || 8000}`),
);

0 comments on commit 462d408

Please sign in to comment.