mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update index.js
This commit is contained in:
parent
678339c5c9
commit
34bd37c5b5
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ async function createUser() {
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
const { User } = require("../backend/models")
|
||||||
await User.create(user)
|
await User.create(user)
|
||||||
console.log("User created")
|
console.log("User created")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue