summaryrefslogtreecommitdiff
path: root/frontend/src/store/middlewares/dummy-middleware.js
blob: ed5670c52ec9fe2f3b18a1ee6ac67398f023dcd1 (plain)
1
2
3
export const dummyMiddleware = store => next => action => {
    next(action)
}