1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

Remove unused job hosted service from billing (#3831)

This commit is contained in:
Oscar Hinton
2024-02-20 18:50:04 +01:00
committed by GitHub
parent af56ab4159
commit 80a3979be1
2 changed files with 0 additions and 48 deletions

View File

@@ -76,10 +76,6 @@ public class Startup
// Authentication
services.AddAuthentication();
// Jobs service, uncomment when we have some jobs to run
// Jobs.JobsHostedService.AddJobsServices(services);
// services.AddHostedService<Jobs.JobsHostedService>();
// Set up HttpClients
services.AddHttpClient("FreshdeskApi");