Skip to content

Commit

Permalink
fix(blofin): wrong obj key
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Mar 25, 2024
1 parent c12da29 commit e6a0521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchanges/blofin/blofin.exchange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class BlofinExchange extends BaseExchange {
return { userId: '', referralCode: '' };
}

const { apiKey, referralCode } = data.data;
const { apiKey, referralCode } = data;
return { userId: apiKey, affiliateId: referralCode };
};

Expand Down

0 comments on commit e6a0521

Please sign in to comment.