mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	🤖 Auto commit for release 'develop' on 2025-08-09
This commit is contained in:
		| @@ -54,7 +54,7 @@ class CronController extends Controller | ||||
|             $return['exchange_rates'] = $this->exchangeRatesCronJob($config['force'], $config['date']); | ||||
|         } | ||||
|         $return['bill_notifications']     = $this->billWarningCronJob($config['force'], $config['date']); | ||||
|         $return['webhooks'] = $this->webhookCronJob($config['force'], $config['date']); | ||||
|         $return['webhooks']               = $this->webhookCronJob($config['force'], $config['date']); | ||||
| 
 | ||||
|         return response()->api($return); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user