Commit 7602fb35 authored by rdlf0's avatar rdlf0 Committed by Sander van Harmelen

Fixed a typo in a merge request property (#289)

MergeCommitShaSHA is renamed to MergeCommitSHA
parent 1867e4ad
...@@ -70,7 +70,7 @@ type MergeRequest struct { ...@@ -70,7 +70,7 @@ type MergeRequest struct {
MergeStatus string `json:"merge_status"` MergeStatus string `json:"merge_status"`
Subscribed bool `json:"subscribed"` Subscribed bool `json:"subscribed"`
SHA string `json:"sha"` SHA string `json:"sha"`
MergeCommitShaSHA string `json:"merge_commit_sha"` MergeCommitSHA string `json:"merge_commit_sha"`
UserNotesCount int `json:"user_notes_count"` UserNotesCount int `json:"user_notes_count"`
ChangesCount string `json:"changes_count"` ChangesCount string `json:"changes_count"`
SouldRemoveSourceBranch bool `json:"should_remove_source_branch"` SouldRemoveSourceBranch bool `json:"should_remove_source_branch"`
......
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