mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Fix lint
This commit is contained in:
parent
1155d2d817
commit
978d03a6d1
|
@ -41,7 +41,7 @@ export const exportStateMiddleware =
|
||||||
JSON.stringify(
|
JSON.stringify(
|
||||||
{
|
{
|
||||||
payload: request.payload,
|
payload: request.payload,
|
||||||
preloadedState: (request as ExportRequest).committedState,
|
preloadedState: request.committedState,
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
'\t'
|
'\t'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user