Skip to content

Commit

Permalink
fix(sdk): save event integrations id in json
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
  • Loading branch information
bnjjj committed Aug 8, 2019
1 parent 8628b9d commit c3378da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Event struct {
WorkflowRunNumSub int64 `json:"workflow_run_num_sub,omitempty"`
Status string `json:"status,omitempty"`
Tags []WorkflowRunTag `json:"tag,omitempty"`
EventIntegrationsID []int64 `json:"-"`
EventIntegrationsID []int64 `json:"event_integrations_id"`
}

// EventFilter represents filters when getting events
Expand Down

0 comments on commit c3378da

Please sign in to comment.