From d7d70da315eecb8bd87603cc0791757f71722e92 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 1 Mar 2021 13:55:49 -0600 Subject: [PATCH] Fix typo in buildGroupProto error message --- ts/groups.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/groups.ts b/ts/groups.ts index d5c87caf4d..c7e7d8313c 100644 --- a/ts/groups.ts +++ b/ts/groups.ts @@ -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(