Skip to content

Commit

Permalink
feat: 출석체크 위치 허용값 타입 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Dec 18, 2023
1 parent 6bb08ed commit b98bc99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class AttendanceFacadeService {
private final static long PUSH_SCHEDULE_INTERVAL_MINUTES = 1;
private final static long ATTENDANCE_START_AFTER_MINUTES = 1;
private final static long ATTENDANCE_END_AFTER_MINUTES = 3;
private final static long ATTENDANCE_DISTANCE = 50;
private final static double ATTENDANCE_DISTANCE = 50;
private final AttendanceService attendanceService;
private final MemberService memberService;
private final ScheduleService scheduleService;
Expand Down

0 comments on commit b98bc99

Please sign in to comment.