File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,17 @@ export const buildGetDefaultMiddleware = <S = any>(): GetDefaultMiddleware<S> =>
96
96
createSerializableStateInvariantMiddleware ( serializableOptions )
97
97
)
98
98
}
99
- }
100
- if ( actionCreatorCheck ) {
101
- let actionCreatorOptions : ActionCreatorInvariantMiddlewareOptions = { }
99
+ if ( actionCreatorCheck ) {
100
+ let actionCreatorOptions : ActionCreatorInvariantMiddlewareOptions = { }
102
101
103
- if ( ! isBoolean ( actionCreatorCheck ) ) {
104
- actionCreatorOptions = actionCreatorCheck
105
- }
102
+ if ( ! isBoolean ( actionCreatorCheck ) ) {
103
+ actionCreatorOptions = actionCreatorCheck
104
+ }
106
105
107
- middlewareArray . unshift (
108
- createActionCreatorInvariantMiddleware ( actionCreatorOptions )
109
- )
106
+ middlewareArray . unshift (
107
+ createActionCreatorInvariantMiddleware ( actionCreatorOptions )
108
+ )
109
+ }
110
110
}
111
111
112
112
return middlewareArray as any
You can’t perform that action at this time.
0 commit comments