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 {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"labels"`
UpdatedByID struct {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"updated_by_id"`
UpdatedByID []int `json:"updated_by_id"`
} `json:"changes"`
}
......@@ -587,10 +584,7 @@ type MergeEvent struct {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"labels"`
UpdatedByID struct {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"updated_by_id"`
UpdatedByID []int `json:"updated_by_id"`
} `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