Skip to content

Commit

Permalink
filter out account id of -1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 11, 2024
1 parent 105dce5 commit 71e7265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ const CONST = {
this.ACCOUNT_ID.REWARDS,
this.ACCOUNT_ID.STUDENT_AMBASSADOR,
this.ACCOUNT_ID.SVFG,
];
].filter((id) => id !== -1);
},

// Emails that profile view is prohibited
Expand Down

0 comments on commit 71e7265

Please sign in to comment.