Skip to content

Commit

Permalink
update checks
Browse files Browse the repository at this point in the history
Signed-off-by: Ilias Politsopoulos <[email protected]>
  • Loading branch information
IliasP91 committed Oct 13, 2023
1 parent 567d148 commit c58b307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dapr.AspNetCore/CloudEventsMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private static string GetDataContentType(JsonElement json, out bool isJson)
.FirstOrDefault(d =>
d.Equals(CloudEventPropertyNames.DataContentType,
StringComparison.OrdinalIgnoreCase));

string contentType;

if (dataContentTypePropName != null
Expand Down

0 comments on commit c58b307

Please sign in to comment.