@indra.ai/deva 1.1.110 → 1.1.111
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
|
@@ -512,7 +512,7 @@ class Deva {
|
|
|
512
512
|
Assistant() {
|
|
513
513
|
const _cl = this.client(); // set the client into a local variable
|
|
514
514
|
try {
|
|
515
|
-
if (!_cl.features.assistant) return this.
|
|
515
|
+
if (!_cl.features.assistant) return this.Artist(); // if no Assistant then goto Done
|
|
516
516
|
else {
|
|
517
517
|
this.action('Assistant'); // set action to Assistant
|
|
518
518
|
const {id, features, profile} = _cl; // set the local consts from client copy
|