@indra.ai/deva 1.5.19 → 1.5.20
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
|
@@ -782,7 +782,7 @@ class Deva {
|
|
|
782
782
|
start(packet, resolve) {
|
|
783
783
|
if (!this._active) return Promise.resolve(this._messages.offline);
|
|
784
784
|
const id = this.lib.uid();
|
|
785
|
-
this.zone('start',
|
|
785
|
+
this.zone('start', packet.id);
|
|
786
786
|
this.action('start');
|
|
787
787
|
packet.value = 'start';
|
|
788
788
|
delete packet.hash;
|