Commit 866c1360 authored by Tim Olshansky's avatar Tim Olshansky

Merge pull request #52 from FrantaM/FrantaM-patch-1

Fix name of json property
parents 2c1c9d83 1e296ef0
......@@ -35,7 +35,7 @@ public class GitlabMergeRequest {
@JsonProperty("source_project_id")
private Integer sourceProjectId;
@JsonProperty("target_projectId")
@JsonProperty("target_project_id")
private Integer targetProjectId;
@JsonProperty("milestone_id")
......
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