Skip to content

Commit 7d9b330

Browse files
committed
still fixing github secrets sync failure
1 parent d6a2c45 commit 7d9b330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.listen(port, async () => {
2222
email,
2323
firstName: "Offline",
2424
lastName: "User",
25-
password: null, // No password needed for offline user
25+
password: null, // No password needed for offline user
2626
},
2727
});
2828
logger.info("Offline user created successfully.");

0 commit comments

Comments
 (0)