1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

Remove leftover from config refactor

This commit is contained in:
Dean 2024-05-07 09:46:04 +01:00
parent 04588711e2
commit 39233c66f8

View file

@ -36,7 +36,7 @@ function waitForUpdate(opts: { group?: boolean }) {
} }
beforeAll(async () => { beforeAll(async () => {
await config.init({ appName: "syncApp" }) await config.init("syncApp")
}) })
async function createUser(email: string, roles: UserRoles, builder?: boolean) { async function createUser(email: string, roles: UserRoles, builder?: boolean) {