Skip to content

Commit

Permalink
Refactor StatusPageSubscriberService to remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Oct 28, 2024
1 parent d619d2a commit 995026f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Server/Services/StatusPageSubscriberService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ export class Service extends DatabaseService<Model> {
statusPage: StatusPage;
eventType: StatusPageEventType;
}): boolean {

let shouldSendNotification: boolean = true; // default to true.

if (data.subscriber.isUnsubscribed) {
Expand Down

0 comments on commit 995026f

Please sign in to comment.