chore: update prettier (#5412)
This commit is contained in:
committed by
GitHub
parent
46738492a0
commit
39f113715a
@ -60,13 +60,7 @@ function toURL(req) {
|
||||
}
|
||||
|
||||
function toFetchArguments(req) {
|
||||
return [
|
||||
toURL(req),
|
||||
req
|
||||
.remove('url')
|
||||
.remove('params')
|
||||
.toJS(),
|
||||
];
|
||||
return [toURL(req), req.remove('url').remove('params').toJS()];
|
||||
}
|
||||
|
||||
function maybeRequestArg(req) {
|
||||
|
Reference in New Issue
Block a user