diff --git a/src/config/Config.ts b/src/config/Config.ts index 3884a0c71..27e3df94c 100644 --- a/src/config/Config.ts +++ b/src/config/Config.ts @@ -296,7 +296,6 @@ export interface BridgeGenericWebhooksConfigYAML { waitForComplete?: boolean; enableHttpGet?: boolean; outbound?: boolean; - disallowedIpRanges?: string[]; } export class BridgeConfigGenericWebhooks {