Merge pull request #17 from tulir/patch-1

[GitLab] Fix type of SourceProjectID in MergeRequest struct
This commit is contained in:
Dean Karn
2017-10-01 19:16:55 -07:00
committed by GitHub
+1 -1
View File
@@ -312,7 +312,7 @@ type MergeRequest struct {
ID int64 `json:"id"`
TargetBranch string `json:"target_branch"`
SourceBranch string `json:"source_branch"`
SourceProjectID string `json:"source_project_id"`
SourceProjectID int64 `json:"source_project_id"`
AssigneeID int64 `json:"assignee_id"`
AuthorID int64 `json:"author_id"`
Title string `json:"title"`