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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user