8000 fix(sdk): save event integrations id in json (#4524) · ovh/cds@3b329d5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 3b329d5

Browse files
bnjjjyesnault
authored andcommitted
fix(sdk): save event integrations id in json (#4524)
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
1 parent 3c1d7f7 commit 3b329d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Event struct {
3232
WorkflowRunNumSub int64 `json:"workflow_run_num_sub,omitempty"`
3333
Status string `json:"status,omitempty"`
3434
Tags []WorkflowRunTag `json:"tag,omitempty"`
35-
EventIntegrationsID []int64 `json:"-"`
35+
EventIntegrationsID []int64 `json:"event_integrations_id"`
3636
}
3737

3838
// EventFilter represents filters when getting events

0 commit comments

Comments
 (0)
0