Skip to content

Commit

Permalink
Merge pull request #11 from SwiftRex/FixActionFilter
Browse files Browse the repository at this point in the history
Fix Action Filter
  • Loading branch information
luizmb authored Jul 29, 2021
2 parents d4361fa + 7b19945 commit 3c13c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/SwiftRex/SwiftRex.git",
"state": {
"branch": null,
"revision": "dd28fc14902cc1c918241e6768ec89d13ee91f78",
"version": "0.8.2"
"revision": "660ba8ec5a79bc30f152955f9d8ea0b69ba6b466",
"version": "0.8.6"
}
}
]
Expand Down
1 change: 1 addition & 0 deletions Sources/LoggerMiddleware/LoggerMiddleware.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extension Middleware where StateType: Equatable {
self,
actionTransform: actionTransform,
actionPrinter: actionPrinter,
actionFilter: actionFilter,
stateDiffTransform: stateDiffTransform,
stateDiffPrinter: stateDiffPrinter,
queue: queue
Expand Down

0 comments on commit 3c13c03

Please sign in to comment.