1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-20 00:47:16 -05:00

Add #nullable disable to DIRT code (#6059)

This commit is contained in:
Justin Baur
2025-07-08 11:48:02 -04:00
committed by GitHub
parent 85b2a5bd94
commit 37cdefbf89
10 changed files with 40 additions and 10 deletions

View File

@ -1,4 +1,7 @@
namespace Bit.Core.Dirt.Reports.Models.Data;
// FIXME: Update this file to be null safe and then delete the line below
#nullable disable
namespace Bit.Core.Dirt.Reports.Models.Data;
public class OrganizationMemberBaseDetail
{