Skip to content

Commit b071576

Browse files
committed
fix: remove duplicated condition
1 parent 190bfc4 commit b071576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SwaggerProvider.DesignTime/Utils.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ module SchemaReader =
6969
let isValidSchemaContentType =
7070
// JSON formats
7171
mediaType = "application/json"
72-
|| mediaType = "application/json; charset=utf-8"
7372
|| mediaType.StartsWith "application/json;"
7473
// YAML formats
7574
|| mediaType = "application/yaml"

0 commit comments

Comments
 (0)