File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,7 +340,6 @@ type IdentifySignerMethod = Pick<IdentifyMethodRecord, 'method' | 'value'>
340340type IdentifySignerToEdit = {
341341 localKey? : string
342342 identify? : string
343- signRequestId? : string
344343 displayName? : string
345344 description? : string
346345 identifyMethods? : IdentifySignerMethod []
@@ -500,7 +499,6 @@ function toIdentifySignerToEdit(signer: EditableRequestSigner): IdentifySignerTo
500499 return {
501500 localKey: signer .localKey ,
502501 identify: getEditableSignerIdentify (signer ),
503- signRequestId: signer .signRequestId !== undefined ? String (signer .signRequestId ) : undefined ,
504502 displayName: signer .displayName ,
505503 description: signer .description ?? undefined ,
506504 identifyMethods: signer .identifyMethods ?.map ((method : IdentifyMethodRecord ) => ({
You can’t perform that action at this time.
0 commit comments