mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
organize event models. stub out event services
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Bit.Jobs
|
||||
services.AddCustomDataProtectionServices(Environment, globalSettings);
|
||||
|
||||
// Repositories
|
||||
services.AddSqlServerRepositories();
|
||||
services.AddSqlServerRepositories(globalSettings);
|
||||
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
Reference in New Issue
Block a user