Fix typo in buildGroupProto error message
This commit is contained in:
parent
d0e3a2ce29
commit
d7d70da315
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ async function buildGroupProto({
|
|||
const profileKeyCredentialBase64 = conversation.get('profileKeyCredential');
|
||||
if (!profileKeyCredentialBase64) {
|
||||
throw new Error(
|
||||
`buildGroupProto/${logId}: member was missing profileKeyCredentia!`
|
||||
`buildGroupProto/${logId}: member was missing profileKeyCredential!`
|
||||
);
|
||||
}
|
||||
const presentation = createProfileKeyCredentialPresentation(
|
||||
|
|
Loading…
Add table
Reference in a new issue