Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

fix: allow access to project id of model #20

Merged
merged 1 commit into from May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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