Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
L-U-Ready committed Nov 28, 2024
2 parents aeaaf5e + 56a2ec5 commit 9d09187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/the_monitor/domain/model/Category.java
Original file line number Diff line number Diff line change
@@ -37,11 +37,9 @@ public class Category extends BaseTimeEntity {

@Builder
public Category(CategoryType categoryType,
List<Keyword> keywords,
Client client) {

this.categoryType = categoryType;
this.keywords = keywords;
this.client = client;

}

0 comments on commit 9d09187

Please sign in to comment.