fix submitted bug

This commit is contained in:
b1ek 2023-03-04 17:03:36 +10:00
parent f750223ddf
commit b0fe17c632
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ async function init() {
submitted++;
return;
});
initalized = true;
}
init();