From a133d6c5acdf7e6c3d8a9d83fa1066f36988c949 Mon Sep 17 00:00:00 2001 From: sumin Date: Mon, 26 May 2025 19:43:22 +0900 Subject: [PATCH] =?UTF-8?q?#5=20:sparkles:=20[Feat]=20:=20=EC=9C=A0?= =?UTF-8?q?=EC=82=AC=EB=8F=84=2085=EB=A1=9C=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/domain/match/match.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/match/match.service.ts b/src/domain/match/match.service.ts index 8633cca..2dbf237 100644 --- a/src/domain/match/match.service.ts +++ b/src/domain/match/match.service.ts @@ -101,7 +101,7 @@ export class MatchService { finderId: number; message: string; presigned_url: string; - finder_presigned_url: string | null; // 타입 변경 + finder_presigned_url: string | null; }[]> { const feeds = await this.feedRepository.find({ where: { author: { id: userId } },