Skip to content

Commit

Permalink
var vs := for array
Browse files Browse the repository at this point in the history
  • Loading branch information
dantecatalfamo committed Dec 20, 2024
1 parent 959fb28 commit f198877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/server/service/software_installers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ func (svc *Service) BatchSetSoftwareInstallers(
return "", ctxerr.Wrap(ctx, err, "validating authorization")
}

allScripts := []string{}
var allScripts []string

// Verify payloads first, to prevent starting the download+upload process if the data is invalid.
for _, payload := range payloads {
Expand Down

0 comments on commit f198877

Please sign in to comment.