We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d056f7b + e5d2565 commit dd997b4Copy full SHA for dd997b4
src/sdk/InternationalAutcompleteApi/Lookup.cs
@@ -44,7 +44,7 @@ public Lookup(string search) : this()
44
45
#endregion
46
47
- internal string MaxSuggestionsString => this.MaxResults.Equals(MAX_RESULTS_DEFAULT) ? null : this.MaxResults.ToString();
+ internal string MaxSuggestionsString => this.MaxResults.ToString();
48
49
}
50
0 commit comments