Skip to content

Commit

Permalink
Remove redundant attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Aug 27, 2024
1 parent 4de3232 commit 6847f49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace DragaliaAPI.Features.Web.Savefile;

public class SavefileEditRequest
{
[JsonPropertyName("presents")]
public required List<PresentFormSubmission> Presents { get; init; }
}

Expand Down

0 comments on commit 6847f49

Please sign in to comment.