Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore: fix user formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElasticBottle committed Dec 12, 2023
1 parent 31dc4e9 commit c94aa01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Of course, you would use your own auth server instead of the one we provided. Th
const app = express();
const PORT = process.env.PORT || 3000;
const users = [
{ id: 1, email: "user@example.com", password: "password123" },
];
Expand Down

0 comments on commit c94aa01

Please sign in to comment.