Skip to content

Commit 19fe93d

Browse files
committed
lib: initialize CloudEvent's extensions property
Signed-off-by: Ali Ok <[email protected]>
1 parent daf945c commit 19fe93d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cloudevent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class CloudEvent {
9292
this.time = time;
9393
}
9494
this.formatter = new Formatter();
95+
this.extensions = [];
9596
}
9697

9798
/**

0 commit comments

Comments
 (0)