Skip to content

Commit fd8cb67

Browse files
authored
fix: fix user id (#1754)
* fix: temporary disable the signature * fix: fix user id
1 parent b0508fe commit fd8cb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wallet/backend/src/gatehub/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class GateHubService {
4747
// we skip the approveUserToGateway and overrideRiskLevel in addUserToGateway
4848
// but still execute the function in order to store gatehub userState
4949
if (user && !user.kycVerified && !user.lastName) {
50-
await this.addUserToGateway(gateHubUserId, true)
50+
await this.addUserToGateway(user.id, true)
5151
}
5252

5353
await this.markUserAsVerified(gateHubUserId)

0 commit comments

Comments
 (0)