Skip to content

Commit

Permalink
fix: exported WPP.group.getGroupInfoFromInviteCode function
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 6, 2022
1 parent abf4fc2 commit 0616778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/group/functions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export { create } from './create';
export { demoteParticipants } from './demoteParticipants';
export { ensureGroup } from './ensureGroup';
export { ensureGroupAndParticipants } from './ensureGroupAndParticipants';
export { getGroupInfoFromInviteCode } from './getGroupInfoFromInviteCode';
export { getInviteCode } from './getInviteCode';
export { getParticipants } from './getParticipants';
export { iAmAdmin } from './iAmAdmin';
Expand Down

0 comments on commit 0616778

Please sign in to comment.