added token sell to bank

This commit is contained in:
Kevsl 2024-06-14 14:37:45 +02:00
parent 19f0778918
commit e04bfc0e3d

View File

@ -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;