forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin/master' into 5.0.x-sync-master4
This commit is contained in:
@@ -174,7 +174,7 @@ namespace Org.OpenAPITools.Client
|
||||
public static String SelectHeaderContentType(String[] contentTypes)
|
||||
{
|
||||
if (contentTypes.Length == 0)
|
||||
return "application/json";
|
||||
return null;
|
||||
|
||||
foreach (var contentType in contentTypes)
|
||||
{
|
||||
|
||||
@@ -174,7 +174,7 @@ namespace Org.OpenAPITools.Client
|
||||
public static String SelectHeaderContentType(String[] contentTypes)
|
||||
{
|
||||
if (contentTypes.Length == 0)
|
||||
return "application/json";
|
||||
return null;
|
||||
|
||||
foreach (var contentType in contentTypes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user