current-ivr
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "current-ivr", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "Process inbound messages to our Twilio-hosted customer service numbers", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "331ae6be8593ec64daf3fad4bf5761163f9f7f6d" | ||
"gitHead": "335898f20b4880dec0f85e80a3119821969ed6f9" | ||
} |
@@ -105,2 +105,5 @@ 'use strict'; | ||
(async function main () { | ||
const contextLoad = require('./context'); | ||
const context = await contextLoad(); | ||
trackEvent = context.trackEvent; | ||
await cultusClient.init(); | ||
@@ -107,0 +110,0 @@ await plastikClient.init(); |
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
41960
1011