Skip to content

Commit

Permalink
linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-corbett committed Jan 3, 2024
1 parent 60f1d3e commit 69f58ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ func (sc *Client) GetTimeseries(corpName, siteName string, query url.Values) ([]

// AttackThreshold
type AttackThreshold struct {
Interval int `json:"interval,omitempty"` // Interval in minutes of threshold. Valid options 1, 10, 60
Interval int `json:"interval,omitempty"` // Interval in minutes of threshold. Valid options 1, 10, 60
Threshold int `json:"threshold,omitempty"` // Threshold from 1 - 10000
}

Expand Down

0 comments on commit 69f58ec

Please sign in to comment.