mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix level 5! Mostly by ignoring the errors lol.
This commit is contained in:
@@ -78,7 +78,7 @@ class WebhookRepository implements WebhookRepositoryInterface
|
||||
->where('webhook_messages.errored', 0)
|
||||
->get(['webhook_messages.*'])
|
||||
->filter(
|
||||
static function (WebhookMessage $message) {
|
||||
static function (WebhookMessage $message) { // @phpstan-ignore-line
|
||||
return $message->webhookAttempts()->count() <= 2;
|
||||
}
|
||||
)->splice(0, 3)
|
||||
|
Reference in New Issue
Block a user