Skip to content

Commit

Permalink
Removing minor change from PR 7957
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed Mar 19, 2024
1 parent d2d8094 commit 7b26c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func GetReadAssigned(w http.ResponseWriter, r *http.Request) {
api.WriteAlertsObj(w, r, http.StatusOK, alerts, servers)
}

func read(inf *api.Info) ([]tc.DSServerV4, error) {
func read(inf *api.APIInfo) ([]tc.DSServerV4, error) {
queryDataString :=
`,
cg.name as cachegroup,
Expand Down

0 comments on commit 7b26c7e

Please sign in to comment.