Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m committed Oct 10, 2023
1 parent 4563661 commit b941898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func resourceAutomationScheduleUpdate(d *pluginsdk.ResourceData, meta interface{
if parameters.Properties.Frequency != schedule.ScheduleFrequencyOneTime {
parameters.Properties.Interval = existing.Model.Properties.Interval
if d.HasChange("interval") {
parameters.Properties.Interval = pointer.To(d.Get("interval").(interface{}))
parameters.Properties.Interval = pointer.To(d.Get("interval"))
}
}

Expand Down

0 comments on commit b941898

Please sign in to comment.