This commit is contained in:
@@ -11,7 +11,7 @@ export function buildListQuery({
|
||||
page = 1,
|
||||
pageSize = 10,
|
||||
sort,
|
||||
defaultSort
|
||||
defaultSort,
|
||||
}: BuildListQueryOptions): string {
|
||||
const query = new URLSearchParams();
|
||||
const normalizedQuery = q?.trim();
|
||||
|
||||
Reference in New Issue
Block a user