Commit 081a3dfc authored by Lorenzo Caenazzo's avatar Lorenzo Caenazzo

fix: missing propery name (NPE when get project hook)

parent 929a6732
......@@ -10,6 +10,8 @@ public class GitlabProjectHook {
private String id;
private String url;
@JsonProperty("project_id")
private Integer projectId;
@JsonProperty("push_events")
......
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