Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhekim committed Nov 25, 2024
1 parent 69cfa21 commit afb0068
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
import java.util.HashSet;
import java.util.Set;


@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Getter
@Setter
@EqualsAndHashCode(exclude = {"tags", "likedByUsers", "bookmarkedByUsers"}) // Avoid using tags in equals and hashCode to prevent recursion
public class Post {

Expand Down

0 comments on commit afb0068

Please sign in to comment.