index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
store
/
middlewares
/
dummy-middleware.js
blob: eb87e713e54bd22ac6f9380289b6dd46d57a9b5f (
plain
)
1
2
3
export const dummyMiddleware = store => next => action => { next(action); };