Skip to content

Commit

Permalink
fix: 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ehtjsv2 committed Aug 6, 2024
1 parent 971cd0d commit 9289872
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ public boolean isInsideBoundary(Location location) {
return this.location.isWithin(location, RADIUS_AS_METER);
}

public boolean isInsideBoundary(Location location) {
return this.location.isWithin(location, RADIUS_AS_METER);
}

public boolean isCreatedBy(Long memberId) {
return this.member.getId()
.equals(memberId);
Expand Down

0 comments on commit 9289872

Please sign in to comment.