1
0
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:
Justin Baur
2025-07-08 11:46:13 -04:00
committed by GitHub
parent fa0c9cb387
commit 50461518e7
53 changed files with 212 additions and 53 deletions

View File

@@ -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;