Skip to content

Commit aba3a2e

Browse files
committed
Remove commented (refactored) code in Reactions
1 parent 6dccff1 commit aba3a2e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/stream-net/Reactions.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,7 @@ public async Task<Reaction> Get(string reactionID)
228228
}
229229

230230
public async Task<IEnumerable<Reaction>> Filter(ReactionFiltering filtering, ReactionPagination pagination)
231-
{
232-
//var urlPath = pagination.GetPath();
233-
//var request = this._client.BuildJWTAppRequest($"reaction/{urlPath}", HttpMethod.GET);
234-
//filtering.Apply(request);
235-
236-
//var response = await this._client.MakeRequest(request);
231+
{
237232
var response = await FilterHelper(filtering, pagination);
238233

239234
if (response.StatusCode == System.Net.HttpStatusCode.OK)

0 commit comments

Comments
 (0)