Skip to content

Commit

Permalink
Address linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
riethm committed Jul 27, 2023
1 parent 31cc33f commit 5444fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redfish/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ type JobPayload struct {
// HTTPOperation shall contain the HTTP operation that executes this Job.
HTTPOperation string `json:"HttpOperation"`
// JsonBody shall contain JSON-formatted payload for this Job.
JsonBody string
JSONBody string
// TargetUri shall contain link to a target location for an HTTP operation.
TargetUri string
TargetURI string
}

// Job shall contain a job in a Redfish implementation.
Expand Down

0 comments on commit 5444fbb

Please sign in to comment.