You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("%s results count is somehow not a number %s", resourceName, resultsNumber)
79
+
}
80
+
81
+
apiResultsCount:=len(alertResp)
82
+
ifdataSourceResultsCount!=len(alertResp) {
83
+
returnfmt.Errorf("%s results count (%v) did not match that of current Alert Configurations (%d)", resourceName, dataSourceResultsCount, apiResultsCount)
0 commit comments