Skip to content

Commit e5243ff

Browse files
Update misc.go
1 parent 6f46c2e commit e5243ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protocol/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ type AgentJobRequestMessage struct {
105105
Variables map[string]VariableValue
106106
Steps []ActionStep
107107
FileTable []string
108-
BillingOwnerId string `json:"billingOwnerId,omitempty"`
108+
BillingOwnerID string `json:"billingOwnerId,omitempty"`
109109
}
110110

111111
func (jobreq *AgentJobRequestMessage) GetConnection(name string) (*VssConnection, map[string]string, error) {

0 commit comments

Comments
 (0)