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.
2 parents a31bc03 + 7b19793 commit bde6c74Copy full SHA for bde6c74
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