mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-05 02:16:14 +01:00
fix: fixed checking if image posted is url
This commit is contained in:
@@ -33,7 +33,6 @@ export class UserService {
|
||||
|
||||
const user = await this.prisma.user.findMany({
|
||||
select: {
|
||||
id: true,
|
||||
firstName: true,
|
||||
lastName: true,
|
||||
pseudo: true,
|
||||
@@ -44,6 +43,7 @@ export class UserService {
|
||||
},
|
||||
},
|
||||
},
|
||||
take: 50,
|
||||
});
|
||||
return user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user