Skip to content

Commit 5786fcd

Browse files
authored
Update downtimes.go
1 parent e55ea7f commit 5786fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downtimes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Downtime struct {
4141
MonitorId *int `json:"monitor_id,omitempty"`
4242
MonitorTags []string `json:"monitor_tags,omitempty"`
4343
ParentId *int `json:"parent_id,omitempty"`
44-
Timezone *string `jsonm:"timezone,omitempty"`
44+
Timezone *string `json:"timezone,omitempty"`
4545
Recurrence *Recurrence `json:"recurrence,omitempty"`
4646
Scope []string `json:"scope,omitempty"`
4747
Start *int `json:"start,omitempty"`

0 commit comments

Comments
 (0)