Skip to content

Commit

Permalink
Merge pull request #21 from TG-WinG/feature/blog
Browse files Browse the repository at this point in the history
fix: post query default value
  • Loading branch information
wwingyou authored Oct 14, 2024
2 parents 40f1fba + a97bfef commit 635269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kr/tgwing/tech/blog/dto/PostQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Data
public class PostQuery {

private String keyword;
private String keyword = "";
private Set<String> hashtag;

}

0 comments on commit 635269e

Please sign in to comment.