diff --git a/Common/Server/Services/StatusPageSubscriberService.ts b/Common/Server/Services/StatusPageSubscriberService.ts index 46514184ee..06cc2e2c7e 100644 --- a/Common/Server/Services/StatusPageSubscriberService.ts +++ b/Common/Server/Services/StatusPageSubscriberService.ts @@ -319,7 +319,6 @@ export class Service extends DatabaseService { statusPage: StatusPage; eventType: StatusPageEventType; }): boolean { - let shouldSendNotification: boolean = true; // default to true. if (data.subscriber.isUnsubscribed) {