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