Browse Source

Add `#nullable disable` to KM code (#6056)

PM-19562-remove-desktop-flag
Justin Baur 5 months ago committed by GitHub
parent
commit
3d09db8e31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/Api/KeyManagement/Models/Requests/SetKeyConnectorKeyRequestModel.cs

5
src/Api/KeyManagement/Models/Requests/SetKeyConnectorKeyRequestModel.cs

@ -1,4 +1,7 @@ @@ -1,4 +1,7 @@
using System.ComponentModel.DataAnnotations;
// FIXME: Update this file to be null safe and then delete the line below
#nullable disable
using System.ComponentModel.DataAnnotations;
using Bit.Core.Auth.Models.Api.Request.Accounts;
using Bit.Core.Entities;
using Bit.Core.Enums;

Loading…
Cancel
Save