mirror of
https://github.com/bitwarden/server
synced 2025-12-14 15:23:42 +00:00
Add #nullable disable to vault code (#6053)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using Bit.Api.Vault.Models.Response;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
using Bit.Api.Vault.Models.Response;
|
||||
using Bit.Core;
|
||||
using Bit.Core.AdminConsole.Entities;
|
||||
using Bit.Core.AdminConsole.Enums.Provider;
|
||||
|
||||
Reference in New Issue
Block a user