backend: Update webhook preferences to make URL optional
This commit is contained in:
parent
8e0481c337
commit
b12e1247c3
@ -12,7 +12,7 @@ export interface GlobalPreferences {
|
||||
|
||||
export interface WebhookPreferences {
|
||||
enabled: boolean;
|
||||
url: string;
|
||||
url?: string;
|
||||
// events: WebhookEvent[];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user