Fix the unmarshaller import
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
5ea47c1f4a
commit
032ccaf0c5
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue