Unverified Commit 3d575326 authored by Quan TRAN's avatar Quan TRAN Committed by GitHub

change *uint to *int

parent c81bc8bd
......@@ -545,7 +545,7 @@ type MergeEvent struct {
Previous []Label `json:"previous"`
Current []Label `json:"current"`
} `json:"labels"`
UpdatedByID []*uint `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