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();