Fix the unmarshaller import

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-05 15:10:29 -03:00
parent 5ea47c1f4a
commit 032ccaf0c5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const StructuredHTTPReceiver =
const BinaryHTTPReceiver = const BinaryHTTPReceiver =
require("../lib/bindings/http/receiver_binary_0_2.js"); 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() { function event() {
return new Cloudevent(Spec); return new Cloudevent(Spec);