@tiledesk/tiledesk-tybot-connector 0.2.139-rc5 → 0.2.139-rc6
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.
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ const { TiledeskChatbot } = require('../../models/TiledeskChatbot');
|
|
|
3
3
|
const { Filler } = require('../Filler');
|
|
4
4
|
|
|
5
5
|
const axios = require("axios").default;
|
|
6
|
+
let https = require("https");
|
|
6
7
|
|
|
7
8
|
class DirReplaceBotV3 {
|
|
8
9
|
|
|
@@ -155,7 +156,7 @@ class DirReplaceBotV3 {
|
|
|
155
156
|
}
|
|
156
157
|
});
|
|
157
158
|
}
|
|
158
|
-
|
|
159
|
+
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
module.exports = { DirReplaceBotV3 };
|