Skip to content

Commit

Permalink
Update src/code/V3ServerAPICalls.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Patwardhan <[email protected]>
  • Loading branch information
anamnavi and adityapatwardhan authored Dec 4, 2024
1 parent 03d1cb8 commit eb8c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/V3ServerAPICalls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ private HttpContent HttpRequestCallForContent(string requestUrlV3, out ErrorReco
return null;
}

if (content == null || string.IsNullOrEmpty(content.ToString()))
if (string.IsNullOrEmpty(content?.ToString()))
{
_cmdletPassedIn.WriteDebug("Response is empty");
}
Expand Down

0 comments on commit eb8c3a5

Please sign in to comment.