Skip to content

Commit

Permalink
adding &message
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Nov 11, 2024
1 parent 57ad477 commit 66b8efb
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 66b8efb

Please sign in to comment.