Skip to content

Commit

Permalink
fix: roles is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
amaghzaz-y committed Jun 20, 2024
1 parent 143749d commit 00b4a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface User {
signupApplication?: string
hash?: string
preHash?: string
roles?: Role
roles?: Role[]

createdIp?: string
lastSigninTime?: string
Expand Down

0 comments on commit 00b4a8a

Please sign in to comment.