Skip to content

Commit 824efa9

Browse files
docs: update comments for response
TICKET: WP-5446 Co-authored-by: Zahin Mohammad <[email protected]>
1 parent 24078a5 commit 824efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/express/src/typedRoutes/api/v2/unlockWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const PostUnlockLightningWallet = httpRoute({
3636
}),
3737
response: {
3838
200: t.type({
39-
message: t.string, // currently returns { message: 'ok' }
39+
message: t.string,
4040
}),
4141
400: BitgoExpressError,
4242
},

0 commit comments

Comments
 (0)