diff --git a/lib/api/event.js b/lib/api/event.js index 8801cf9..1e64bdb 100644 --- a/lib/api/event.js +++ b/lib/api/event.js @@ -51,7 +51,7 @@ function create(title, text, properties, callback){ properties = {}; } - properties.title = tile; + properties.title = title; properties.text = text; var params = {