Skip to content

Commit 335b82e

Browse files
Update contracts.go
1 parent e5243ff commit 335b82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protocol/run/contracts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type CompleteJobRequest struct {
2121
Outputs map[string]protocol.VariableValue `json:"outputs,omitempty"`
2222
StepResults []StepResult `json:"stepResults,omitempty"`
2323
Annotations []Annotation `json:"annotations,omitempty"`
24-
BillingOwnerId string `json:"billingOwnerId,omitempty"`
24+
BillingOwnerID string `json:"billingOwnerId,omitempty"`
2525
}
2626

2727
type RenewJobRequest struct {

0 commit comments

Comments
 (0)