Skip to content

Commit

Permalink
adding &message
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes authored and skarekrow committed Nov 11, 2024
1 parent ae09a11 commit 4416d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/controllers/private/runsCreateActions.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func validateSatelliteFields(runInput RunInputV2) error {
func runCreateError(code int, message string) *RunCreated {
return &RunCreated{
Code: code,
Message: message,
Message: &message,
}
}

Expand Down

0 comments on commit 4416d3a

Please sign in to comment.