We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31bc03 commit 7b19793Copy full SHA for 7b19793
src/commission/repository/commission.repository.js
@@ -71,7 +71,7 @@ export const CommissionRepository = {
71
async findImagesByCommissionIds(commissionIds) {
72
return await prisma.image.findMany({
73
where: {
74
- target: 'commissions',
+ target: 'commission',
75
targetId: { in: commissionIds }, // 배열 처리
76
},
77
orderBy: { orderIndex: 'asc' },
0 commit comments