mirror of
https://github.com/bitwarden/server.git
synced 2025-02-25 03:21:46 +01:00
noop event service for now
This commit is contained in:
parent
9cb1047f2b
commit
c445ce3c49
@ -59,7 +59,7 @@ namespace Bit.Core.Utilities
|
||||
services.AddScoped<IOrganizationService, OrganizationService>();
|
||||
services.AddScoped<ICollectionService, CollectionService>();
|
||||
services.AddScoped<IGroupService, GroupService>();
|
||||
services.AddScoped<Services.IEventService, EventService>();
|
||||
services.AddScoped<Services.IEventService, NoopEventService>();
|
||||
services.AddSingleton<IDeviceService, DeviceService>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user