Skip to content

Commit 6bb8ba4

Browse files
committed
Fix: debug
1 parent 4a81548 commit 6bb8ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

almanax.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,7 @@ func handlePutAlmanax(w http.ResponseWriter, r *http.Request) {
557557
// utils for filter and fire hooks
558558

559559
func isNewHour(tick time.Time) bool {
560-
return true
561-
//return tick.Minute() == 0
560+
return tick.Minute() == 0
562561
}
563562

564563
func endOfMonth(date time.Time) time.Time {

0 commit comments

Comments
 (0)