revert 07e1d3b9
, USO still can't handle POST properly
This commit is contained in:
parent
9f10a30067
commit
1d7437d181
|
@ -223,6 +223,8 @@
|
|||
url,
|
||||
method: 'download',
|
||||
timeout: 60e3,
|
||||
// USO can't handle POST requests for style json
|
||||
body: null,
|
||||
}, result => {
|
||||
const error = result && result.__ERROR__;
|
||||
if (error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user