Skip to content

Commit a38eb45

Browse files
committed
chore: log
1 parent 2ebce23 commit a38eb45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/to/bitkit/fcm/WakeNodeWorker.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ class WakeNodeWorker @AssistedInject constructor(
7070
Logger.debug("notification type: $notificationType", context = TAG)
7171
Logger.debug("notification payload: $notificationPayload", context = TAG)
7272

73+
if (notificationType == null) {
74+
Logger.warn("Notification type is null, proceeding with node wake", context = TAG)
75+
}
76+
7377
try {
7478
withPerformanceLogging {
7579
lightningRepo.start(

0 commit comments

Comments
 (0)