Skip to content

Commit 3ca1e24

Browse files
authored
fix: made UAC follow ts-standard
1 parent 26657e8 commit 3ca1e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/UserAccessControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const UserAccessControl: Process = {
4242
} else {
4343
resolve(false)
4444
}
45-
})
45+
}).catch((e) => console.error(e))
4646
}).catch((e) => console.error(e))
4747
})
4848
}

0 commit comments

Comments
 (0)