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 b2fad8c commit e0d9c52Copy full SHA for e0d9c52
src/Models/GetOptions.cs
@@ -94,7 +94,7 @@ internal void Apply(RestRequest request)
94
if (!string.IsNullOrWhiteSpace(_feed_slug))
95
request.AddQueryParameter("feed_slug", _feed_slug);
96
97
- if (!string.IsNullOrWhiteSpace(_endpoint))
+ if (!string.IsNullOrWhiteSpace(_user_id))
98
request.AddQueryParameter("user_id", _user_id);
99
100
_filter?.Apply(request);
0 commit comments