Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Aug 22, 2022
1 parent d0f51fd commit c558417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (s *Scheduler) Run() error {
}
}

// emitCoreSlot calls all slot subscribes with the provided slot.
func (s *Scheduler) emitCoreSlot(ctx context.Context, slot core.Slot) {
for _, sub := range s.slotSubs {
err := sub(ctx, slot)
Expand Down

0 comments on commit c558417

Please sign in to comment.