diff --git a/lib/bindings/http/receiver_structured_0_2.js b/lib/bindings/http/receiver_structured_0_2.js index e1f08fe..cc81c68 100644 --- a/lib/bindings/http/receiver_structured_0_2.js +++ b/lib/bindings/http/receiver_structured_0_2.js @@ -88,7 +88,7 @@ Receiver.prototype.check = function(payload, headers) { } // No erros! Its contains the minimum required attributes -} +}; Receiver.prototype.parse = function(payload, headers) { this.check(payload, headers); @@ -124,6 +124,6 @@ Receiver.prototype.parse = function(payload, headers) { ); return cloudevent; -} +}; module.exports = Receiver;