diff --git a/applications/notes/app-notes.js b/applications/notes/app-notes.js index 9e4ac96..918fb60 100644 --- a/applications/notes/app-notes.js +++ b/applications/notes/app-notes.js @@ -63,7 +63,7 @@ var n = d.getTime(); if (typeof message === "string") { - eventObj = JSON.parse(message); + var eventObj = JSON.parse(message); if (eventObj.channel === channel) { if (eventObj.action === "saveText" && (n - timestamp) > INTERCALL_DELAY) { d = new Date();