Skip to content

Commit

Permalink
fix: map.service 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
hyohyo12 committed Nov 12, 2024
1 parent 95bc05d commit 1a66fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ export class MapService {
await this.mapRepository.save(map);

return {
placeId: placeId,
comment,
color,
placeId: placeId,
};
}

Expand Down

0 comments on commit 1a66fac

Please sign in to comment.