1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +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 () => {
await config.init({ appName: "syncApp" })
await config.init("syncApp")
})
async function createUser(email: string, roles: UserRoles, builder?: boolean) {