Skip to content

Commit

Permalink
What is wrong with me?
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 6, 2024
1 parent 935d3a5 commit 790548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/types/user-roles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class UserRoles {
public static Admin: number = 127;
public static Trusted: number = 0;
public static Trusted: number = 1;
public static User: number = 0;
public static Restricted: number = -126;
public static Banned: number = -127;
Expand Down

0 comments on commit 790548e

Please sign in to comment.