mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-05 10:26:12 +01:00
added user info in sign in and sign up return
This commit is contained in:
@@ -14,7 +14,11 @@ export class UserService {
|
||||
id: userId,
|
||||
},
|
||||
include: {
|
||||
UserHasCrypto: true,
|
||||
UserHasCrypto: {
|
||||
include: {
|
||||
Crypto: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
return user;
|
||||
|
||||
Reference in New Issue
Block a user