Skip to content

Commit 99d6353

Browse files
committed
test
TICKET: DX-2604
1 parent 2f947ee commit 99d6353

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

generated.json

Whitespace-only changes.

modules/express/src/typedRoutes/api/v1/acceptShare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const AcceptShareRequestBody = {
2828
* Use this only if you received the encrypted key separately from the share invitation.
2929
* The xprv must already be encrypted with your desired passphrase.
3030
*/
31-
overrideEncryptedXprv: optional(t.string),
31+
overrideEncryptedXprv: t.string,
3232
};
3333

3434
/** Response from accepting a wallet share */

0 commit comments

Comments
 (0)