mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 14:00:12 +02:00
added token sell to bank
This commit is contained in:
parent
19f0778918
commit
e04bfc0e3d
@ -23,6 +23,7 @@ export class UserService {
|
||||
select: {
|
||||
Crypto: true,
|
||||
amount: true,
|
||||
id: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -62,6 +63,8 @@ export class UserService {
|
||||
},
|
||||
include: {
|
||||
Crypto: true,
|
||||
Giver: true,
|
||||
Receiver: true,
|
||||
},
|
||||
});
|
||||
return user;
|
||||
|
Loading…
x
Reference in New Issue
Block a user