From 34bd37c5b5c7c214d7b6f156115374687b00aba9 Mon Sep 17 00:00:00 2001 From: Troplo Date: Fri, 29 Jul 2022 23:35:41 +1000 Subject: [PATCH] Update index.js --- cli/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/index.js b/cli/index.js index a56b903..6f5b1f4 100644 --- a/cli/index.js +++ b/cli/index.js @@ -158,6 +158,7 @@ async function createUser() { }) ) } + const { User } = require("../backend/models") await User.create(user) console.log("User created") }