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;
|
groupSecretParamsBase64: string;
|
||||||
groupMembersV2: ReadonlyArray<GroupV2MemberType>;
|
groupMembersV2: ReadonlyArray<GroupV2MemberType>;
|
||||||
}): GroupSendEndorsementsData {
|
}): GroupSendEndorsementsData {
|
||||||
const idForLogging = `groupV2(${groupId})`;
|
const idForLogging = `groupv2(${groupId})`;
|
||||||
|
|
||||||
strictAssert(
|
strictAssert(
|
||||||
groupSendEndorsementResponse != null,
|
groupSendEndorsementResponse != null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue