mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix lib path causing crash
This commit is contained in:
parent
6bf363df6e
commit
6a208d15be
@ -1,5 +1,5 @@
|
|||||||
import { User } from "../../models"
|
import { User } from "../../models"
|
||||||
import { createUser } from "../../../lib"
|
import { createUser } from "../../lib"
|
||||||
|
|
||||||
export default async () => {
|
export default async () => {
|
||||||
// check if any user with includes admin role exists
|
// check if any user with includes admin role exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user