We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4be82 commit 203bf42Copy full SHA for 203bf42
gitlab/payload.go
@@ -312,7 +312,7 @@ type MergeRequest struct {
312
ID int64 `json:"id"`
313
TargetBranch string `json:"target_branch"`
314
SourceBranch string `json:"source_branch"`
315
- SourceProjectID string `json:"source_project_id"`
+ SourceProjectID int64 `json:"source_project_id"`
316
AssigneeID int64 `json:"assignee_id"`
317
AuthorID int64 `json:"author_id"`
318
Title string `json:"title"`
0 commit comments