mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 00:23:24 +08:00
chore: remove nullable enable and add comments
This commit is contained in:
@@ -10,8 +10,6 @@ using Microsoft.Data.SqlClient;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
#nullable enable
|
||||
|
||||
namespace Bit.Infrastructure.EntityFramework.Auth.Repositories;
|
||||
|
||||
public class EmergencyAccessRepository : Repository<Core.Auth.Entities.EmergencyAccess, EmergencyAccess, Guid>, IEmergencyAccessRepository
|
||||
|
||||
Reference in New Issue
Block a user