🤖 Auto commit for release 'develop' on 2025-05-05

This commit is contained in:
JC5
2025-05-05 05:25:13 +02:00
parent 22e092b513
commit 3760aabf13
14 changed files with 57 additions and 52 deletions

View File

@@ -857,7 +857,8 @@ class FireflyValidator extends Validator
->where('trigger', $trigger)
->where('response', $response)
->where('delivery', $delivery)
->where('url', $url)->count();
->where('url', $url)->count()
;
}
return false;