Skip to content

Commit

Permalink
fix: allow access to project id of model (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 12, 2022
1 parent a844b28 commit c30b904
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -21,6 +21,7 @@ public class CommunicationModel {
/**
* Identifier for the current project, e.g. gitlab project id
*/
@Getter
@SerializedName(value="project_id")
private final String projectId;

Expand Down

0 comments on commit c30b904

Please sign in to comment.