dinovn-fca
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "dinovn-fca", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -209,3 +209,3 @@ "use strict"; | ||
setInterval( | ||
() => utils.groupsCache.deleteOneUsingId(threadID), | ||
() => utils.groupsCache.deleteOneUsingId(`${threadID}`), | ||
ctx.globalOptions.cacheTime, | ||
@@ -212,0 +212,0 @@ ); |
@@ -27,3 +27,3 @@ "use strict"; | ||
setInterval( | ||
() => utils.usersCache.deleteOneUsingId(threadID), | ||
() => utils.usersCache.deleteOneUsingId(`${prop}`), | ||
ctx.globalOptions.cacheTime, | ||
@@ -30,0 +30,0 @@ ); |
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
606115