Skip to content

Commit

Permalink
chore: CI/CD 테스트
Browse files Browse the repository at this point in the history
chore: CI/CD 테스트


dd
  • Loading branch information
hyeon-z committed Mar 22, 2024
1 parent eaf17ec commit 9cfb5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/packman/service/AlarmService.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class AlarmService {
public void getAlarm(Long userId) {
validateUserId(userRepository, userId);

LogMessage.setNonDataLog("알림 조회 테스트", userId, "click");
LogMessage.setNonDataLog("알림 조회", userId, "click");
}
}

0 comments on commit 9cfb5f3

Please sign in to comment.