Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Nov 28, 2024
1 parent 7feed75 commit 1e63fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Reaction extends DomainObject {

@ManyToOne
// Avoid to leak too much information, only the name + image (for display) and the id (for comparison) is needed)
@JsonIncludeProperties({ "id", "name", "image_url" })
@JsonIncludeProperties({ "id", "name", "imageUrl" })
private User user;

@CreatedDate
Expand Down

0 comments on commit 1e63fa6

Please sign in to comment.