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, }; }