Skip to content

Commit

Permalink
docs(oncall): fix withShifts usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-bauer committed Jan 7, 2025
1 parent 3b537f7 commit e1e2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafanaplane/oncall/schedule.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local forProvider = schedule.spec.parameters.forProvider;
+ calendar.shift.withId('secondary-' + shift.metadata.name)
// start rotating from the second person
+ calendar.shift.withStartRotationFromUserIndex(1)
for shift in std.objectKeysValues(self.primary.shifts)
for shift in self.primary.shifts
]),
|||,
[
Expand Down

0 comments on commit e1e2134

Please sign in to comment.