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:
		| @@ -55,6 +55,7 @@ class WebhookTransformer extends AbstractTransformer | ||||
|             'updated_at' => $webhook->updated_at->toAtomString(), | ||||
|             'active'     => $webhook->active, | ||||
|             'title'      => $webhook->title, | ||||
|             'secret'     => $webhook->secret, | ||||
|             'trigger'    => $this->getEnum($webhook->trigger), | ||||
|             'response'   => $this->getEnum($webhook->response), | ||||
|             'delivery'   => $this->getEnum($webhook->delivery), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user