Skip to content

Commit

Permalink
Review process pagination (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon authored Aug 30, 2024
1 parent 35f6c27 commit 378b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/processes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const useProcessList = ({
filters,
...options
}: {
filters?: Partial<Omit<FetchElectionsParametersWithPagination, 'limit'>>
filters?: Partial<FetchElectionsParametersWithPagination>
} & Omit<UseQueryOptions<ElectionListWithPagination>, 'queryKey'>) => {
const { client } = useClient()

Expand Down

2 comments on commit 378b7ca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.