revert 07e1d3b9, USO still can't handle POST properly

This commit is contained in:
tophf 2018-04-12 07:37:51 +03:00
parent 9f10a30067
commit 1d7437d181

View File

@ -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) {