We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54ae76 commit f22318aCopy full SHA for f22318a
Scr/Sdk4me.GraphQL/Sdk4meClient.cs
@@ -82,7 +82,7 @@ public int DefaultItemsPerRequest
82
public string AccountID
83
{
84
get => accountID;
85
- set => accountID = value;
+ set => accountID = string.IsNullOrWhiteSpace(value) ? accountID : value;
86
}
87
88
/// <summary>
0 commit comments