Skip to content

Commit

Permalink
remove projectId from diff (This should probably be removed entirely.…
Browse files Browse the repository at this point in the history
… Relic of past) (#184)
  • Loading branch information
mcanoy authored Jun 3, 2022
1 parent b5c39d8 commit cf76617
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class Engagement {
@ValidName
private String name;
@JsonbProperty("project_id") //Should this be sent to the FE?
@DiffIgnore
private Integer projectId;
private String description;
private String location;
Expand Down

0 comments on commit cf76617

Please sign in to comment.