Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 12, 2025
1 parent 7cc0d6b commit a15235c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions invokeai/frontend/web/src/services/api/endpoints/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ export const workflowsApi = api.injectEndpoints({
'WorkflowCategoryCounts',
],
}),
listWorkflows: build.query<
paths['/api/v1/workflows/']['get']['responses']['200']['content']['application/json'],
NonNullable<paths['/api/v1/workflows/']['get']['parameters']['query']>
>({
query: (params) => ({
url: `${buildWorkflowsUrl()}?${queryString.stringify(params, { arrayFormat: 'none' })}`,
}),
providesTags: ['FetchOnReconnect', { type: 'Workflow', id: LIST_TAG }],
}),
getCountsByTag: build.query<
paths['/api/v1/workflows/counts_by_tag']['get']['responses']['200']['content']['application/json'],
NonNullable<paths['/api/v1/workflows/counts_by_tag']['get']['parameters']['query']>
Expand Down Expand Up @@ -169,7 +160,6 @@ export const {
useCreateWorkflowMutation,
useDeleteWorkflowMutation,
useUpdateWorkflowMutation,
useListWorkflowsQuery,
useListWorkflowsInfiniteInfiniteQuery,
useSetWorkflowThumbnailMutation,
useDeleteWorkflowThumbnailMutation,
Expand Down

0 comments on commit a15235c

Please sign in to comment.