Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #239 from martincostello/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate attribute
  • Loading branch information
baywet authored Jun 28, 2024
2 parents c9c3fe2 + 42854a6 commit 046356f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/KiotaJsonSerializationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Microsoft.Kiota.Serialization.Json;
/// Json serialization context for Kiota.
/// </summary>
[JsonSerializable(typeof(string))]
[JsonSerializable(typeof(string))]
[JsonSerializable(typeof(bool))]
[JsonSerializable(typeof(bool?))]
[JsonSerializable(typeof(byte))]
Expand All @@ -35,4 +34,4 @@ namespace Microsoft.Kiota.Serialization.Json;
[JsonSerializable(typeof(Date?))]
[JsonSerializable(typeof(Time))]
[JsonSerializable(typeof(Time?))]
public partial class KiotaJsonSerializationContext : JsonSerializerContext;
public partial class KiotaJsonSerializationContext : JsonSerializerContext;

0 comments on commit 046356f

Please sign in to comment.