Skip to content

Commit cf76617

Browse files
authored
remove projectId from diff (This should probably be removed entirely. Relic of past) (#184)
1 parent b5c39d8 commit cf76617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/redhat/labs/lodestar/model/Engagement.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class Engagement {
3131
@ValidName
3232
private String name;
3333
@JsonbProperty("project_id") //Should this be sent to the FE?
34+
@DiffIgnore
3435
private Integer projectId;
3536
private String description;
3637
private String location;

0 commit comments

Comments
 (0)