This commit is contained in:
Mary Hipp 2024-01-12 14:31:37 -05:00 committed by psychedelicious
parent 9722135cda
commit d45b76fab4

View File

@ -8,7 +8,6 @@ import { queueApi } from 'services/api/endpoints/queue';
import { theme, TOAST_OPTIONS } from 'theme/theme';
import { startAppListening } from '..';
import { batchEnqueued } from '../../../actions';
const { toast } = createStandaloneToast({
theme: theme,
@ -20,7 +19,6 @@ export const addBatchEnqueuedListener = () => {
startAppListening({
matcher: queueApi.endpoints.enqueueBatch.matchFulfilled,
effect: async (action) => {
console.log({ action })
const response = action.payload;
const arg = action.meta.arg.originalArgs;
logger('queue').debug(