Skip to content

Commit

Permalink
chore: change checkin to 3 icy (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyenh authored Oct 23, 2024
1 parent febb387 commit aab620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/employee/employee.go
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ func (h *handler) OfficeCheckIn(c *gin.Context) {
return
}

icyAmount := 5
icyAmount := 3
// Get the current date without time
currentDate := time.Now().Truncate(24 * time.Hour)
var resp []view.CheckInResponse
Expand Down

0 comments on commit aab620f

Please sign in to comment.