Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoergensen committed Oct 30, 2023
1 parent c8bc670 commit 49d04e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Kibana.Alerts/Repositories/ElasticAlertRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public class SourceGenSerializer : IElasticsearchSerializer
{
private readonly JsonSerializerOptions options = new()
{
TypeInfoResolver = DocumentContext.Default,
For
TypeInfoResolver = DocumentContext.Default
};

public object Deserialize(Type type, Stream stream) => JsonSerializer.Deserialize(stream, type, options);
Expand Down

0 comments on commit 49d04e6

Please sign in to comment.