Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Hipp authored and Mary Hipp committed Jul 1, 2024
1 parent 0f8f432 commit 06cbe36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06cbe36

Please sign in to comment.