Skip to content

Commit

Permalink
chore: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 7, 2023
1 parent af5eae6 commit 6ba7540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/functions/ensureGroupAndParticipants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function ensureGroupAndParticipants(
if (!participant) {
throw new WPPError(
'group_participant_not_found',
`Chat ${groupChat.id._serialized} is not a group`
`Group ${groupChat.id._serialized}: Participant '${participant}' not found`
);
}

Expand Down

0 comments on commit 6ba7540

Please sign in to comment.