Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 5, 2024
1 parent 40c5760 commit d17148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/middlewares/countdownTimerMiddleware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const createCountdownTimerMiddleware = ({
logger.debug('createChatMiddleware()');

const middleware: Middleware = ({
dispatch, getState
dispatch
}: {
dispatch: AppDispatch,
getState: () => RootState
Expand Down

0 comments on commit d17148a

Please sign in to comment.