Disable job import for SendReportsToSubscribers in Routes.ts

This commit is contained in:
Simon Larsen 2024-09-22 13:39:34 +01:00
parent 49ce5c3524
commit a0031a868a
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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";