according to the documentation, this field should be a slice of int

Signed-off-by: 's avatarMinh-Quan TRAN <account@itscaro.me>
parent dfe293ca
......@@ -545,10 +545,7 @@ type MergeEvent struct {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"labels"`
UpdatedByID struct {
Previous int `json:"previous"`
Current int `json:"current"`
} `json:"updated_by_id"`
UpdatedByID []*uint `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