Fix group endorsement logging

This commit is contained in:
ayumi-signal
2024-07-31 15:32:52 -07:00
committed by GitHub
parent 77f70489e7
commit 5173b3d01a

View File

@@ -26,7 +26,7 @@ export function decodeGroupSendEndorsementResponse({
groupSecretParamsBase64: string;
groupMembersV2: ReadonlyArray<GroupV2MemberType>;
}): GroupSendEndorsementsData {
const idForLogging = `groupV2(${groupId})`;
const idForLogging = `groupv2(${groupId})`;
strictAssert(
groupSendEndorsementResponse != null,