Skip to content

Commit

Permalink
Fix unnecessarily fetching groups at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Feb 3, 2025
1 parent dc95b15 commit a92d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ export default class extends baseClass {

if (
typeof groupRef !== 'undefined' &&
groupRef.myMember?.roleIds?.length > 0
groupRef.roles?.length > 0
) {
return;
}
Expand Down

0 comments on commit a92d8b3

Please sign in to comment.