Skip to content

Commit 9ca3b74

Browse files
authored
Update GlobalFieldFetchDeleteService.cs
1 parent 661bb26 commit 9ca3b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contentstack.Management.Core/Services/Models/GlobalFieldFetchDeleteService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal GlobalFieldFetchDeleteService(JsonSerializer serializer, Core.Models.St
3131
this._apiVersion = apiVersion;
3232

3333
// Set api_version header if provided
34-
if (!string.IsNullOrEmpty(apiVersion) && !string.IsNullOrWhiteSpace(apiVersion))
34+
if (!string.IsNullOrWhiteSpace(apiVersion))
3535
{
3636
this.Headers["api_version"] = apiVersion;
3737
}
@@ -61,4 +61,4 @@ public override void OnResponse(IResponse httpResponse, ContentstackClientOption
6161
}
6262
}
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)