Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jean9696 committed Jan 18, 2022
1 parent c8698f8 commit e362d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_internal/parseQueryString.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const parseUrlString = (filter: any): any => {
return filter
}

export const parseQueryString = <FiltersType>(filters: any) => {
export const parseQueryString = (filters: any) => {
const state = pickBy(mapValues(filters, parseUrlString), (el) => !isNil(el))
if (isEmpty(state)) {
return undefined
Expand Down

0 comments on commit e362d15

Please sign in to comment.