Skip to content

Commit

Permalink
chore: 출석 허용 거리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin committed May 25, 2024
1 parent 827ca30 commit fa0d94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CheckInSession(
input.longitude,
)

if (!inRange(distance, 100.0)) { // 100m 기준 (임시 설정)
if (!inRange(distance, 500.0)) { // 100m 기준 (임시 설정)
throw InvalidCheckInDistanceException()
}
}
Expand Down

0 comments on commit fa0d94a

Please sign in to comment.