diff --git a/lib/events/EventManager.ts b/lib/events/EventManager.ts index 050f870d..be68f58b 100644 --- a/lib/events/EventManager.ts +++ b/lib/events/EventManager.ts @@ -235,7 +235,7 @@ export default class EventManager { * @private */ private static isIntegration(location: string): boolean { - return location.includes("integrations:"); + return location?.includes("integrations:"); } /**