Comparing version 1.3.1 to 1.3.2
@@ -521,3 +521,3 @@ 'use strict'; | ||
let postback = (message.postback && message.postback.payload) || message.message.quick_reply.payload; | ||
let ref = message.postback.referral; | ||
let ref = message.postback && message.postback.referral; | ||
this.emit('postback', message.sender.id, message, postback, ref); | ||
@@ -524,0 +524,0 @@ } |
{ | ||
"name": "botly", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Simple Facebook Messenger Bot API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110324