Skip to content

Commit

Permalink
πŸ“¦οΈ [CHORE] bad word λ™μž‘μ—¬λΆ€ ν…ŒμŠ€νŠΈμš© μ½”λ“œ μž‘μ„±
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 18, 2024
1 parent c29fa8a commit bfb4aed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public BadWordFilterService(BadWordLogRepository badWordLogRepository) throws IO
public String badWordChange(Long memberId, String string) {
String changedWord = badWordFiltering.change(string, symbols);

System.out.println("λ™μž‘ μ—¬λΆ€ ν…ŒμŠ€νŠΈ");
if (!changedWord.equals(string)) {
badWordLogRepository.save(BadWordLog.of(memberId, string));

Expand Down

0 comments on commit bfb4aed

Please sign in to comment.