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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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