Skip to content

Commit

Permalink
Disable job import for SendReportsToSubscribers in Routes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Sep 22, 2024
1 parent 49ce5c3 commit a0031a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worker/Routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import "./Jobs/StatusPageOwners/SendCreatedResourceNotification";
import "./Jobs/StatusPageOwners/SendOwnerAddedNotification";

// Status Page Reports
import "./Jobs/StatusPage/SendReportsToSubscribers";
// import "./Jobs/StatusPage/SendReportsToSubscribers";

// Telemetry Service
import "./Jobs/TelemetryService/DeleteOldData";
Expand Down

0 comments on commit a0031a8

Please sign in to comment.