diff --git a/lib/bindings/http/receiver_binary_0_2.js b/lib/bindings/http/receiver_binary_0_2.js index 2ea925e..9c86f68 100644 --- a/lib/bindings/http/receiver_binary_0_2.js +++ b/lib/bindings/http/receiver_binary_0_2.js @@ -101,7 +101,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); @@ -151,6 +151,6 @@ Receiver.prototype.parse = function(payload, headers) { // return the result return cloudevent; -} +}; module.exports = Receiver;