Skip to content

Commit

Permalink
fix: checkstyle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hongdosan committed Nov 7, 2023
1 parent 7e85842 commit 5e9af74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class NotificationService {
@Transactional
public void sendKnockNotification(MemberTest member, Long targetId, Long roomId) {
roomService.validateRoomById(roomId);

String knockKey = generateKnockKey(member.memberId(), targetId, roomId);
validateConflictKnockNotification(knockKey);
validateFcmToken(targetId);
Expand Down

0 comments on commit 5e9af74

Please sign in to comment.