Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Yijie Qin <[email protected]>
  • Loading branch information
qinxx108 committed May 23, 2023
1 parent 5f55b6a commit 31caabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ func (api *API) getAlertGroupInfosHandler(params alertgroupinfos_ops.GetAlertGro

if params.NextToken != nil && *params.NextToken != "" {
parseResult, err := prometheus_model.ParseFingerprint(*params.NextToken)

if err != nil {
level.Error(logger).Log("msg", "Failed to parse NextToken parameter", "err", err)
return alertgroupinfos_ops.
Expand Down

0 comments on commit 31caabd

Please sign in to comment.