Skip to content

Commit 0fcb104

Browse files
committed
🔀 Merge #854 into deployment/rinkeby
2 parents cbc8629 + e22d6c1 commit 0fcb104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/wallet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ router.post('/evm/migrate', async (req, res, next) => {
6767
if (!signed) {
6868
throw new ValidationError('INVALID_SIGN');
6969
}
70-
const { evmWallet } = signed;
70+
const { evm_wallet: evmWallet } = signed;
7171
if (!evmWallet) {
7272
throw new ValidationError('INVALID_PAYLOAD');
7373
}

0 commit comments

Comments
 (0)