Fix group endorsement logging
This commit is contained in:
parent
77f70489e7
commit
5173b3d01a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export function decodeGroupSendEndorsementResponse({
|
|||
groupSecretParamsBase64: string;
|
||||
groupMembersV2: ReadonlyArray<GroupV2MemberType>;
|
||||
}): GroupSendEndorsementsData {
|
||||
const idForLogging = `groupV2(${groupId})`;
|
||||
const idForLogging = `groupv2(${groupId})`;
|
||||
|
||||
strictAssert(
|
||||
groupSendEndorsementResponse != null,
|
||||
|
|
Loading…
Add table
Reference in a new issue