diff --git a/lib/bindings/http/structured_0_1.js b/lib/bindings/http/structured_0_1.js index 47930cf..65c6530 100644 --- a/lib/bindings/http/structured_0_1.js +++ b/lib/bindings/http/structured_0_1.js @@ -18,6 +18,6 @@ HTTPStructured.prototype.emit = function(cloudevent){ // Return the Promise return axios.request(_config); -} +}; module.exports = HTTPStructured;