Skip to content

Commit

Permalink
Update SystemTextSerializer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored Jun 7, 2022
1 parent 31e5b8f commit 1859438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWT/Serializers/SystemTextSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace JWT.Serializers
public sealed class SystemTextSerializer : IJsonSerializer
{
// TODO: Add the default settings and if user adds own settings apply this converter
private static readonly JsonSerializerOptions _options => new JsonSerializerOptions
private static readonly JsonSerializerOptions _options = new JsonSerializerOptions
{
Converters =
{
Expand Down

0 comments on commit 1859438

Please sign in to comment.