Skip to content

Commit

Permalink
Update LAN end time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinjil committed Mar 1, 2024
1 parent c6b5060 commit a57dc54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,22 @@ db.serialize(() => {
'INSERT INTO activities VALUES ' +
'(9, ' +
"'2009scape Competition end', " +
"'Sunday at 9:00', " +
"'Sunday at 10:00', " +
"'', " +
`'', ` +
'0,' +
"'2024-03-03 9:00:00')",
"'2024-03-03 10:00:00')",
);

db.run(
'INSERT INTO activities VALUES ' +
'(10, ' +
"'The End :(', " +
"'Sunday at 10:30', " +
"'Sunday at 11:00', " +
"'', " +
`'', ` +
'0,' +
"'2024-03-03 10:30:00')",
"'2024-03-03 11:00:00')",
);


Expand Down

0 comments on commit a57dc54

Please sign in to comment.