Fix typo in buildGroupProto error message

This commit is contained in:
Evan Hahn 2021-03-01 13:55:49 -06:00 committed by Josh Perez
parent d0e3a2ce29
commit d7d70da315

View file

@ -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(