File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
invokeai/frontend/web/src/services/api/endpoints Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,6 @@ export const workflowsApi = api.injectEndpoints({
65
65
'WorkflowCategoryCounts' ,
66
66
] ,
67
67
} ) ,
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
- } ) ,
77
68
getCountsByTag : build . query <
78
69
paths [ '/api/v1/workflows/counts_by_tag' ] [ 'get' ] [ 'responses' ] [ '200' ] [ 'content' ] [ 'application/json' ] ,
79
70
NonNullable < paths [ '/api/v1/workflows/counts_by_tag' ] [ 'get' ] [ 'parameters' ] [ 'query' ] >
@@ -169,7 +160,6 @@ export const {
169
160
useCreateWorkflowMutation,
170
161
useDeleteWorkflowMutation,
171
162
useUpdateWorkflowMutation,
172
- useListWorkflowsQuery,
173
163
useListWorkflowsInfiniteInfiniteQuery,
174
164
useSetWorkflowThumbnailMutation,
175
165
useDeleteWorkflowThumbnailMutation,
You can’t perform that action at this time.
0 commit comments