1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-22 10:02:06 -05:00

Add #nullable disable to billing code (#6054)

This commit is contained in:
Justin Baur
2025-07-08 11:46:24 -04:00
committed by GitHub
parent 50461518e7
commit 85b2a5bd94
101 changed files with 401 additions and 101 deletions

View File

@ -1,4 +1,7 @@
using Bit.Core.AdminConsole.Entities;
// FIXME: Update this file to be null safe and then delete the line below
#nullable disable
using Bit.Core.AdminConsole.Entities;
using Bit.Core.AdminConsole.Entities.Provider;
using Bit.Core.Billing.Caches;
using Bit.Core.Billing.Constants;