Skip to content

Commit 7e26d35

Browse files
authored
Merge pull request #60 from TotalElderBerry/v2
refactor(attendance): changed start time to 7am
2 parents b5e4e23 + 82cef84 commit 7e26d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/models/tatakform/attendance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class TatakFormAttendance {
351351
if (currentDate >= toDate) return EventStatus.ALREADY_CLOSED;
352352

353353
// AM START
354-
const AM_START_HOUR = 8;
354+
const AM_START_HOUR = 7;
355355
// AM END
356356
const AM_END_HOUR = 12;
357357
// PM START

0 commit comments

Comments
 (0)