Skip to content

Commit

Permalink
Merge pull request #258 from urinaner/fix/253
Browse files Browse the repository at this point in the history
tmp: tmp
  • Loading branch information
2Jin1031 authored Jan 12, 2025
2 parents 50d7843 + be36d27 commit 1fdc4f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class Board extends BaseEntity {
@Column(name = "category")
private Category category;


@Builder
private Board(String title, String content, String writer,
List<String> fileList, Category category) {
Expand Down

0 comments on commit 1fdc4f3

Please sign in to comment.