Skip to content

Commit 874b966

Browse files
committed
Update ReportHandler.php
1 parent 4a18f2f commit 874b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReportHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public function handleReport($report, $subscription, $message)
2222

2323
if ($report->isSubscriptionExpired()) {
2424
$subscription->delete();
25-
2625
return;
2726
}
27+
2828
Log::warning("Notification failed to sent for subscription {$subscription->endpoint}: {$report->getReason()}");
2929
}
3030
}

0 commit comments

Comments
 (0)