File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
invokeai/frontend/web/src/services/api/endpoints Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 77 IMAGE_LIMIT ,
88} from 'features/gallery/store/types' ;
99import { getMetadataAndWorkflowFromImageBlob } from 'features/nodes/util/getMetadataAndWorkflowFromImageBlob' ;
10- import { isUndefined , keyBy } from 'lodash-es' ;
10+ import { keyBy } from 'lodash-es' ;
1111import { ApiFullTagDescription , LIST_TAG , api } from '..' ;
1212import { components , paths } from '../schema' ;
1313import {
@@ -28,12 +28,8 @@ import {
2828} from '../util' ;
2929import { boardsApi } from './boards' ;
3030import { ImageMetadataAndWorkflow } from 'features/nodes/types/types' ;
31- import {
32- FetchBaseQueryError ,
33- fetchBaseQuery ,
34- } from '@reduxjs/toolkit/dist/query' ;
31+ import { fetchBaseQuery } from '@reduxjs/toolkit/dist/query' ;
3532import { $authToken , $projectId } from '../client' ;
36- import { QueryReturnValue } from '@reduxjs/toolkit/dist/query/baseQueryTypes' ;
3733
3834export const imagesApi = api . injectEndpoints ( {
3935 endpoints : ( build ) => ( {
You can’t perform that action at this time.
0 commit comments