fix(KBService): enable concatenation of files from gbdata path
All checks were successful
GBCI / build (push) Successful in 1m13s
All checks were successful
GBCI / build (push) Successful in 1m13s
This commit is contained in:
parent
24d2b10afb
commit
5e492d590e
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ export class KBService implements IGBKBService {
|
|||
// files = files.concat(await walkPromise(gbdrive));
|
||||
|
||||
const gbdata = path.join(process.env.PWD, 'work', GBUtil.getGBAIPath(min.botId, 'gbdata'));
|
||||
//files = files.concat(await walkPromise(gbdata));
|
||||
files = files.concat(await walkPromise(gbdata));
|
||||
|
||||
|
||||
if (files[0]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue