Skip to content

Commit

Permalink
fix: fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrin-Lin committed Apr 19, 2024
1 parent 0eaced3 commit d1d4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let email: string;
let ok: boolean | null = null;
let running = false;
let open_month = 3";
let open_month = "3";
let open_day = "20";
async function send() {
if (running) {
Expand Down

0 comments on commit d1d4e25

Please sign in to comment.