This commit is contained in:
henrygd
2026-04-29 15:49:43 -04:00
parent b89314889d
commit d2eb3b259a
11 changed files with 103 additions and 110 deletions

View File

@@ -24,7 +24,7 @@ func (sys *System) UpsertNetworkProbe(config probe.Config, runNow bool) (*probe.
if err != nil {
return nil, err
}
if len(resp.Result) == 0 {
if resp.Result == (probe.Result{}) {
return nil, nil
}
result := resp.Result