Skip to content

Commit 4104c16

Browse files
committed
revert accidental commit
1 parent 87693df commit 4104c16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scheduler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func (s Scheduler) Start() {
2424

2525
// run loops and calls updateForecasts at the top of each hour.
2626
func (s Scheduler) run() {
27-
s.updateForecasts()
2827
firstRun := time.Now().Truncate(time.Hour)
2928
for range kronika.Every(context.Background(), firstRun, time.Hour) {
3029
s.updateForecasts()

0 commit comments

Comments
 (0)