mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
event sql table and repo
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Bit.Core.Utilities
|
||||
|
||||
if(globalSettings.SelfHosted)
|
||||
{
|
||||
// TODO: Sql server event repo
|
||||
services.AddSingleton<IEventRepository, SqlServerRepos.EventRepository>();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user