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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user