Skip to content

Commit

Permalink
Update eventscheduler/enabled_event.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum authored Jun 30, 2023
1 parent 333d18b commit 50d0d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventscheduler/enabled_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func (r *runningEventsStatus) remove(key string) {
r.mu.Lock()
defer r.mu.Unlock()
delete(r.status, key)
delete(r.reAdd, key)
}

// getStatus returns the status of the event at given key.
Expand Down

0 comments on commit 50d0d65

Please sign in to comment.