mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
added user assets visualisation
This commit is contained in:
parent
9e5fcaa0e8
commit
7a5a5bbae9
@ -29,6 +29,7 @@ export class UserService {
|
|||||||
|
|
||||||
const user = await this.prisma.user.findMany({
|
const user = await this.prisma.user.findMany({
|
||||||
select: {
|
select: {
|
||||||
|
id: true,
|
||||||
firstName: true,
|
firstName: true,
|
||||||
lastName: true,
|
lastName: true,
|
||||||
pseudo: true,
|
pseudo: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user