From b0fe17c6324cfaac421b3e6e90036e19f1efc443 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 4 Mar 2023 17:03:36 +1000 Subject: [PATCH] fix submitted bug --- helpers/content/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/content/index.js b/helpers/content/index.js index b6c5a35..b05ef48 100644 --- a/helpers/content/index.js +++ b/helpers/content/index.js @@ -21,6 +21,7 @@ async function init() { submitted++; return; }); + initalized = true; } init();