From dc91a37797c891ded348d30e7209c7f937ae6e81 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Wed, 26 May 2021 18:16:32 +0200 Subject: [PATCH] Actually set this.isInit = true --- create-card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/create-card.js b/create-card.js index 030c9ac..c6907fa 100644 --- a/create-card.js +++ b/create-card.js @@ -39,6 +39,7 @@ class CardCreator { } await this.init(); + this.isInit = true; } async init() {