mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Enable Nullable In Auth Repositories (#4600)
This commit is contained in:
@ -8,6 +8,8 @@ using Bit.Infrastructure.Dapper.Repositories;
|
||||
using Dapper;
|
||||
using Microsoft.Data.SqlClient;
|
||||
|
||||
#nullable enable
|
||||
|
||||
namespace Bit.Infrastructure.Dapper.Auth.Repositories;
|
||||
|
||||
public class AuthRequestRepository : Repository<AuthRequest, Guid>, IAuthRequestRepository
|
||||
|
Reference in New Issue
Block a user