Skip to content

Commit

Permalink
revert accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tedpearson committed Dec 29, 2024
1 parent 87693df commit 4104c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func (s Scheduler) Start() {

// run loops and calls updateForecasts at the top of each hour.
func (s Scheduler) run() {
s.updateForecasts()
firstRun := time.Now().Truncate(time.Hour)
for range kronika.Every(context.Background(), firstRun, time.Hour) {
s.updateForecasts()
Expand Down

0 comments on commit 4104c16

Please sign in to comment.