Commit e6159742 authored by Tim Olshansky's avatar Tim Olshansky

Merge pull request #105 from Grogdunn/master

fix: missing propery name (NPE when get project hook)
parents 929a6732 081a3dfc
......@@ -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