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 =
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue