This commit is contained in:
Mary Hipp 2023-09-27 12:05:22 -04:00 committed by psychedelicious
parent 40ed218c26
commit de04a5f441
2 changed files with 0 additions and 4 deletions

View File

@ -47,8 +47,6 @@ export const addBatchEnqueuedListener = () => {
const response = action.payload;
const arg = action.meta.arg.originalArgs;
console.log({ response });
if (!response) {
toast({
title: t('queue.batchFailedToQueue'),
@ -63,7 +61,6 @@ export const addBatchEnqueuedListener = () => {
}
const result = zPydanticValidationError.safeParse(response);
console.log({ result });
if (result.success) {
result.data.data.detail.map((e) => {
toast({

View File

@ -15,7 +15,6 @@ import { isImageOutput } from 'services/api/guards';
import { Graph, ImageDTO } from 'services/api/types';
import { socketInvocationComplete } from 'services/events/actions';
import { startAppListening } from '..';
import { FetchBaseQueryError } from '@reduxjs/toolkit/dist/query';
export const addControlNetImageProcessedListener = () => {
startAppListening({