Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Try fix tag filtering #107
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage authored and uwlnf committed Aug 31, 2022
1 parent ba690e7 commit 9cdf9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/WseSearchParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public record WseSearchParameters(
string? Query,
bool? IsOnline,
bool? HasBookmark,
ISet<Tag>? Tags,
HashSet<Tag>? Tags,
StarCount MinReviewAvg,
Order Order,
bool Ascending
Expand Down

0 comments on commit 9cdf9f1

Please sign in to comment.