From 032ccaf0c5db4543a29361aa733c687deb26c5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 5 Aug 2019 15:10:29 -0300 Subject: [PATCH] Fix the unmarshaller import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- v02/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v02/index.js b/v02/index.js index fe0e5d8..41f6aa1 100644 --- a/v02/index.js +++ b/v02/index.js @@ -8,7 +8,7 @@ const StructuredHTTPReceiver = const BinaryHTTPReceiver = require("../lib/bindings/http/receiver_binary_0_2.js"); -const HTTPUnmarshaller = require("../lib/bindings/http/unmarshaller_0_3.js"); +const HTTPUnmarshaller = require("../lib/bindings/http/unmarshaller_0_2.js"); function event() { return new Cloudevent(Spec);