mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Add #nullable disable to AC code (#6052)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
namespace Bit.Api.AdminConsole.Models.Request;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.Api.AdminConsole.Models.Request;
|
||||
|
||||
public class BulkDenyAdminAuthRequestRequestModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user