@tiledesk/tiledesk-voice-twilio-connector 0.1.15 → 0.1.16-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -183,7 +183,7 @@ router.post('/webhook/:id_project', async (req, res) => {
183
183
  project_id: project_id,
184
184
  user: user,
185
185
  conversation_id: conversation_id,
186
- integrations: settings.integrations
186
+ integrations: integrations
187
187
  }
188
188
  if (!redis_client) {
189
189
  return res.status(500).send({ message: "Redis not ready. Check redis connection..." })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-voice-twilio-connector",
3
- "version": "0.1.15",
3
+ "version": "0.1.16-rc1",
4
4
  "description": "Tiledesk VOICE Twilio connector",
5
5
  "license": "MIT",
6
6
  "author": "Gabriele Panico",