From 69f58ec598f978f598e5ccadf7480104c4c28e75 Mon Sep 17 00:00:00 2001 From: Daniel Corbett Date: Wed, 3 Jan 2024 11:32:34 -0500 Subject: [PATCH] linter error --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index af22c25..1ef203a 100644 --- a/api.go +++ b/api.go @@ -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 }