fixed offer creation

This commit is contained in:
Kevsl 2024-06-13 14:23:09 +02:00
parent 8c571045f8
commit 88f2f7f308

View File

@ -32,7 +32,7 @@ export class OfferService {
const userAssets = await this.prisma.userHasCrypto.findFirst({
where: {
id: userId,
id_user: userId,
Crypto: {
id: dto.id_crypto,
},