Skip to content

Commit

Permalink
Revert "test: noop store"
Browse files Browse the repository at this point in the history
This reverts commit 3e83185.
  • Loading branch information
SaulMoro committed Mar 22, 2024
1 parent 3e83185 commit db882ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const createNoopStoreApi = (

return (): AngularHooksModuleOptions => {
const dispatch = (action: UnknownAction) => {
if (api.resetApiState.match(action)) return;
store.dispatch(action, { reducerPath, reducer });
return action;
};
Expand Down

0 comments on commit db882ae

Please sign in to comment.