Skip to content

Commit

Permalink
fix: fix response field (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
amateima authored Feb 16, 2023
1 parent 73935c2 commit 67977b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/user/services/user-wallet.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class UserWalletService {
const userWallets = await query.getMany();
return userWallets.map((uw) => ({
address: uw.walletAddress,
discordId: uw.user.discordId,
discord_id: uw.user.discordId,
}));
}
}

0 comments on commit 67977b1

Please sign in to comment.