@indra.ai/deva 1.4.18 → 1.4.19
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -551,7 +551,7 @@ class Deva {
|
|
|
551
551
|
***************/
|
|
552
552
|
answer(packet, resolve, reject) {
|
|
553
553
|
if (!this._active) return Promise.resolve(this._messages.offline);
|
|
554
|
-
this.zone('answer');
|
|
554
|
+
this.zone('answer'); // set zone to answer
|
|
555
555
|
|
|
556
556
|
const agent = this.agent();
|
|
557
557
|
const client = this.client();
|