Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Sep 27, 2024
1 parent 2c8e405 commit 92bb08d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static Expression<Func<ISearchByKeywordService, Task<Response<SearchResul

private string _keyword = string.Empty;
private string _collection = string.Empty;
private long _count = 100;
private IEnumerable<SearchResult<Establishment>>? _searchResults;
private Dictionary<string, IList<FacetResult>>? _facets;

Expand Down

0 comments on commit 92bb08d

Please sign in to comment.