mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
noop event service for now
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Bit.Core.Utilities
|
|||||||
services.AddScoped<IOrganizationService, OrganizationService>();
|
services.AddScoped<IOrganizationService, OrganizationService>();
|
||||||
services.AddScoped<ICollectionService, CollectionService>();
|
services.AddScoped<ICollectionService, CollectionService>();
|
||||||
services.AddScoped<IGroupService, GroupService>();
|
services.AddScoped<IGroupService, GroupService>();
|
||||||
services.AddScoped<Services.IEventService, EventService>();
|
services.AddScoped<Services.IEventService, NoopEventService>();
|
||||||
services.AddSingleton<IDeviceService, DeviceService>();
|
services.AddSingleton<IDeviceService, DeviceService>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user