1
0
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:
Kyle Spearrin 2017-12-04 11:00:04 -05:00
parent 9cb1047f2b
commit c445ce3c49

View File

@ -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>();
}