Skip to content

Commit 67977b1

Browse files
authored
fix: fix response field (#219)
1 parent 73935c2 commit 67977b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/user/services/user-wallet.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class UserWalletService {
141141
const userWallets = await query.getMany();
142142
return userWallets.map((uw) => ({
143143
address: uw.walletAddress,
144-
discordId: uw.user.discordId,
144+
discord_id: uw.user.discordId,
145145
}));
146146
}
147147
}

0 commit comments

Comments
 (0)