From caa74f070cd955c691d80b51d680cf2e6f8e5a95 Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Mon, 20 May 2024 16:07:12 -0400 Subject: [PATCH] lint --- invokeai/frontend/web/src/features/system/store/systemSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index a6f1dcb790..d098d173f4 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -189,7 +189,7 @@ export const systemSlice = createSlice({ title: t('toast.serverError'), status: 'error', description: ToastDescription({ message: startCase(action.payload.data.error_type), sessionId }), - duration: null + duration: null, }); } }