mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand webhook options, allow for budgets.
This commit is contained in:
@@ -31,5 +31,6 @@ enum WebhookResponse: int
|
||||
{
|
||||
case TRANSACTIONS = 200;
|
||||
case ACCOUNTS = 210;
|
||||
case BUDGET = 230;
|
||||
case NONE = 220;
|
||||
}
|
||||
|
Reference in New Issue
Block a user