Commit 02a6db52 authored by Romain Maneschi's avatar Romain Maneschi

revert changes about changes_UpdatedByID to do a separate PR

parent 8f5c8717
...@@ -173,10 +173,7 @@ type IssueEvent struct { ...@@ -173,10 +173,7 @@ type IssueEvent struct {
Previous []Label `json:"previous"` Previous []Label `json:"previous"`
Current []Label `json:"current"` Current []Label `json:"current"`
} `json:"labels"` } `json:"labels"`
UpdatedByID struct { UpdatedByID []int `json:"updated_by_id"`
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"updated_by_id"`
} `json:"changes"` } `json:"changes"`
} }
...@@ -587,10 +584,7 @@ type MergeEvent struct { ...@@ -587,10 +584,7 @@ type MergeEvent struct {
Previous []Label `json:"previous"` Previous []Label `json:"previous"`
Current []Label `json:"current"` Current []Label `json:"current"`
} `json:"labels"` } `json:"labels"`
UpdatedByID struct { UpdatedByID []int `json:"updated_by_id"`
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"updated_by_id"`
} `json:"changes"` } `json:"changes"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment