Skip to content

Commit

Permalink
Fix optional properties being required in public api (#4150)
Browse files Browse the repository at this point in the history
(cherry picked from commit fe76de6)
  • Loading branch information
eliykat committed Jun 3, 2024
1 parent c5a7a20 commit 1d6038e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Api/AdminConsole/Public/Models/MemberBaseModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#nullable enable

using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Data;
Expand Down

0 comments on commit 1d6038e

Please sign in to comment.