mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-04 01:56:14 +01:00
fix: added amount on users-assets-display
This commit is contained in:
@@ -40,10 +40,11 @@ export class UserService {
|
||||
UserHasCrypto: {
|
||||
select: {
|
||||
Crypto: true,
|
||||
amount: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
take: 50,
|
||||
take: 20,
|
||||
});
|
||||
return user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user