Skip to content

Commit f1f2d2c

Browse files
chore(ui): lint
1 parent 2d1eedc commit f1f2d2c

File tree

1 file changed

+0
-10
lines changed
  • invokeai/frontend/web/src/services/api/endpoints

1 file changed

+0
-10
lines changed

invokeai/frontend/web/src/services/api/endpoints/workflows.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ export const workflowsApi = api.injectEndpoints({
6565
'WorkflowCategoryCounts',
6666
],
6767
}),
68-
listWorkflows: build.query<
69-
paths['/api/v1/workflows/']['get']['responses']['200']['content']['application/json'],
70-
NonNullable<paths['/api/v1/workflows/']['get']['parameters']['query']>
71-
>({
72-
query: (params) => ({
73-
url: `${buildWorkflowsUrl()}?${queryString.stringify(params, { arrayFormat: 'none' })}`,
74-
}),
75-
providesTags: ['FetchOnReconnect', { type: 'Workflow', id: LIST_TAG }],
76-
}),
7768
getCountsByTag: build.query<
7869
paths['/api/v1/workflows/counts_by_tag']['get']['responses']['200']['content']['application/json'],
7970
NonNullable<paths['/api/v1/workflows/counts_by_tag']['get']['parameters']['query']>
@@ -169,7 +160,6 @@ export const {
169160
useCreateWorkflowMutation,
170161
useDeleteWorkflowMutation,
171162
useUpdateWorkflowMutation,
172-
useListWorkflowsQuery,
173163
useListWorkflowsInfiniteInfiniteQuery,
174164
useSetWorkflowThumbnailMutation,
175165
useDeleteWorkflowThumbnailMutation,

0 commit comments

Comments
 (0)