Fix issue post-refactoring
This commit is contained in:
parent
84dd4eebf5
commit
2a058b4acc
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ class OnCallSchedule(PolymorphicModel):
|
|||
# if the expected slot was already scheduled for a higher priority event,
|
||||
# split the event, or fix start/end timestamps accordingly
|
||||
|
||||
intervals = []
|
||||
resolved = []
|
||||
pending = events
|
||||
current_interval_idx = 0 # current scheduled interval being checked
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue