Semicolon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-17 21:27:10 -02:00
parent 28480c7b44
commit d866d6d3db
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const source = "urn:event:from:myapi/resourse/123";
const webhook = "https://cloudevents.io/webhook";
const contentType = "application/cloudevents+json; charset=utf-8";
const now = new Date();
const schemaurl = "http://cloudevents.io/schema.json"
const schemaurl = "http://cloudevents.io/schema.json";
const ceContentType = "application/json";