Skip to content

Commit e8e9a03

Browse files
committed
2 parents 34c8c86 + 824efa9 commit e8e9a03

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)