Skip to content

Commit

Permalink
πŸ“¦οΈ [CHORE] badword log
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 18, 2024
1 parent 3ca5646 commit 32a1966
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ public String badWordChange(Long memberId, String string) {

log.info("check-test");
if (!changedWord.equals(string)) {
log.warn("change-check");
badWordLogRepository.save(BadWordLog.of(memberId, string));

log.warn("save-check ");
String[] split = changedWord.split(" ");
List<String> result = new ArrayList<>();

Expand Down

0 comments on commit 32a1966

Please sign in to comment.