Skip to content

Commit

Permalink
fix: exit cleanly when meta is not available (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger authored Oct 31, 2023
1 parent 53f38ea commit 424155a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/report/output/saas/saas.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func SendReport(config settings.Config, reportData *types.ReportData) {
errorMessage := fmt.Sprintf("Unable to calculate Metadata. %s", err)
log.Debug().Msgf(errorMessage)
config.Client.Error = &errorMessage
return
}
}

Expand Down

0 comments on commit 424155a

Please sign in to comment.