Enable job import for SendReportsToSubscribers in Routes.ts for report distribution

This commit is contained in:
Simon Larsen 2024-09-22 13:08:46 +01:00
parent 0aba3d9071
commit 49ce5c3524
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";