mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
lint fix
This commit is contained in:
parent
93caa23ef8
commit
6f5c5b0757
@ -30,7 +30,6 @@ export const authToastMiddleware: Middleware = () => (next) => (action) => {
|
||||
if (endpointName === 'getImageDTO') {
|
||||
// do not show toast if problem is image access
|
||||
return next(action);
|
||||
|
||||
}
|
||||
|
||||
const customMessage = parsed.payload.data.detail !== 'Forbidden' ? parsed.payload.data.detail : undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user