mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix some final webhook code.
This commit is contained in:
		| @@ -86,7 +86,7 @@ class StoredGroupEventHandler | ||||
|      */ | ||||
|     public function triggerWebhooks(StoredTransactionGroup $storedGroupEvent): void | ||||
|     { | ||||
|         Log::debug('StoredTransactionGroup:triggerWebhooks'); | ||||
|         Log::debug(__METHOD__); | ||||
|         $group    = $storedGroupEvent->transactionGroup; | ||||
|         $user     = $group->user; | ||||
|         /** @var MessageGeneratorInterface $engine */ | ||||
|   | ||||
| @@ -37,7 +37,7 @@ class WebhookEventHandler | ||||
|      */ | ||||
|     public function sendWebhookMessages(): void | ||||
|     { | ||||
|         // kick offf the job! | ||||
|         // kick off the job! | ||||
|         $messages = WebhookMessage | ||||
|             ::where('webhook_messages.sent', 0) | ||||
|             ->where('webhook_messages.errored', 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user