diff --git a/sys/parsoid.js b/sys/parsoid.js index 183b60ec..bd285c5e 100644 --- a/sys/parsoid.js +++ b/sys/parsoid.js @@ -415,6 +415,9 @@ class ParsoidService { path ); + // HACK: T359509 + parsoidReq.body = '{}'; + return hyper.get(parsoidReq) .then((resp) => { return resp;