From 1a66facda5e29fee04079ce9b5dd665ad20936b5 Mon Sep 17 00:00:00 2001 From: hyohyo12 <129946082+hyohyo12@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:45:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20map.service=20=EC=B6=A9=EB=8F=8C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/map/map.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/map/map.service.ts b/backend/src/map/map.service.ts index 4aef8b4d..3d871f29 100644 --- a/backend/src/map/map.service.ts +++ b/backend/src/map/map.service.ts @@ -118,9 +118,9 @@ export class MapService { await this.mapRepository.save(map); return { - placeId: placeId, comment, color, + placeId: placeId, }; }