mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
Add #nullable disable to vault code (#6053)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
namespace Bit.Api.Vault.Models.Request;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.Api.Vault.Models.Request;
|
||||
|
||||
public class CipherBulkUpdateCollectionsRequestModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user