mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-08 21:50:13 +02:00
fix: added amount on users-assets-display
This commit is contained in:
parent
cf8fbe4fe5
commit
d9510a534c
@ -40,10 +40,11 @@ export class UserService {
|
||||
UserHasCrypto: {
|
||||
select: {
|
||||
Crypto: true,
|
||||
amount: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
take: 50,
|
||||
take: 20,
|
||||
});
|
||||
return user;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user