Skip to content

Commit 7b19793

Browse files
committed
[BUG] 채팅방 썸네일 오류
1 parent a31bc03 commit 7b19793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commission/repository/commission.repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const CommissionRepository = {
7171
async findImagesByCommissionIds(commissionIds) {
7272
return await prisma.image.findMany({
7373
where: {
74-
target: 'commissions',
74+
target: 'commission',
7575
targetId: { in: commissionIds }, // 배열 처리
7676
},
7777
orderBy: { orderIndex: 'asc' },

0 commit comments

Comments
 (0)