diff --git a/apps/http/http.js b/apps/http/http.js index 8c630dea2c049..c72725f2b4885 100644 --- a/apps/http/http.js +++ b/apps/http/http.js @@ -14,11 +14,6 @@ module.exports = { }); // Emit the whole event, which contains // the HTTP payload, headers, and more - try { - event.body = JSON.parse(event.body) - } catch (err) { - // no op - } this.$emit(event) }, },