Skip to content

Commit

Permalink
clean(backend): remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Jan 26, 2024
1 parent c5039a2 commit 1e352ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/MangaMagnet.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
.AddJsonOptions(o =>
{
o.JsonSerializerOptions.Converters.Add(new JsonStringEnumConverter());
//o.JsonSerializerOptions.DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull;
});

// Add services to the container.
Expand Down

0 comments on commit 1e352ed

Please sign in to comment.