mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix lint
This commit is contained in:
parent
0d26ed09b2
commit
481ef9cf4c
|
@ -90,7 +90,7 @@ function routes(
|
|||
break;
|
||||
case 'list':
|
||||
store
|
||||
.list(req.body.query, req.body.fields as string[])
|
||||
.list(req.body.query as string, req.body.fields as string[])
|
||||
.then(function (r) {
|
||||
res.send(r);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user