Skip to content

Commit

Permalink
fix: Query Group Store
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Jul 3, 2023
1 parent 98ade84 commit 5a44a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/wapi/store/store-objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export const storeObjects = [
{
id: 'GroupInvite',
conditions: (module) =>
module.sendQueryGroupInviteCode && module.sendRevokeGroupInviteCode
module.queryGroupInviteCode
&& module.revokeGroupInvite
? module
: null,
},
Expand Down

0 comments on commit 5a44a29

Please sign in to comment.