Skip to content

Commit

Permalink
LED 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Dec 12, 2023
1 parent cf543ab commit dfdb027
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ public String sendNotificationByToken() {
for (int i = 0; i < nowTakeMedicine.size(); i++) {
nowTakeMedicine.get(i).setStatusTrue();
}
// ledService.OnLED(LedMap.get(member));
ledService.OnLED(LedMap.get(member));
return "알림을 성공적으로 전송했습니다. targetUserId=" + member.getId();
} catch (FirebaseMessagingException e) {
e.printStackTrace();
return "알림 보내기를 실패하였습니다. targetUserId=" + member.getId();
} //catch (IOException e) {
// throw new RuntimeException(e);
//}
} catch (IOException e) {
throw new RuntimeException(e);
}
} else {
return "서버에 저장된 해당 유저의 FirebaseToken이 존재하지 않습니다. targetUserId=" + member.getId();
}
Expand Down

0 comments on commit dfdb027

Please sign in to comment.