fix(all): Fix search on others bots than boot.
This commit is contained in:
parent
6f9459ce0b
commit
436d9d28b8
1 changed files with 2 additions and 2 deletions
|
@ -1202,7 +1202,7 @@ export class GBMinService {
|
||||||
// In case of not having HEAR activated before, it is
|
// In case of not having HEAR activated before, it is
|
||||||
// a upload with no Dialog, so run Auto Save to .gbdrive.
|
// a upload with no Dialog, so run Auto Save to .gbdrive.
|
||||||
|
|
||||||
if (!min.cbMap[user.userId]) {
|
if (!min.cbMap[user.userId] && autoSave) {
|
||||||
const t = new SystemKeywords();
|
const t = new SystemKeywords();
|
||||||
GBLog.info(`BASIC (${min.botId}): Upload done for ${attachmentData.fileName}.`);
|
GBLog.info(`BASIC (${min.botId}): Upload done for ${attachmentData.fileName}.`);
|
||||||
const handle = WebAutomationServices.cyrb53(min.botId + attachmentData.fileName);
|
const handle = WebAutomationServices.cyrb53(min.botId + attachmentData.fileName);
|
||||||
|
|
Loading…
Add table
Reference in a new issue