mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 20:45:02 -05:00
chore(ui): lint
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import { logger } from 'app/logging/logger';
|
|
||||||
import { enqueueRequested } from 'app/store/actions';
|
import { enqueueRequested } from 'app/store/actions';
|
||||||
import type { AppStartListening } from 'app/store/middleware/listenerMiddleware';
|
import type { AppStartListening } from 'app/store/middleware/listenerMiddleware';
|
||||||
import { selectNodesSlice } from 'features/nodes/store/selectors';
|
import { selectNodesSlice } from 'features/nodes/store/selectors';
|
||||||
@@ -10,8 +9,6 @@ import { groupBy } from 'lodash-es';
|
|||||||
import { enqueueMutationFixedCacheKeyOptions, queueApi } from 'services/api/endpoints/queue';
|
import { enqueueMutationFixedCacheKeyOptions, queueApi } from 'services/api/endpoints/queue';
|
||||||
import type { Batch, BatchConfig } from 'services/api/types';
|
import type { Batch, BatchConfig } from 'services/api/types';
|
||||||
|
|
||||||
const log = logger('workflows');
|
|
||||||
|
|
||||||
export const addEnqueueRequestedNodes = (startAppListening: AppStartListening) => {
|
export const addEnqueueRequestedNodes = (startAppListening: AppStartListening) => {
|
||||||
startAppListening({
|
startAppListening({
|
||||||
predicate: (action): action is ReturnType<typeof enqueueRequested> =>
|
predicate: (action): action is ReturnType<typeof enqueueRequested> =>
|
||||||
|
|||||||
Reference in New Issue
Block a user