Skip to content

Commit

Permalink
Ignore typescript type check error
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 27, 2023
1 parent 05f4451 commit 23431cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const sentryReduxEnhancer = Sentry.createReduxEnhancer();
const getMiddleware = () => {
const middleware = [routerMiddleware];
if (process.env.NODE_ENV === "development") {
// @ts-ignore
middleware.push(loggerMiddleware);
}
return middleware;
Expand Down

0 comments on commit 23431cd

Please sign in to comment.