refactor(GBDeployer): simplify file type checks for downloading text files
Some checks failed
GBCI / build (push) Failing after 12s
Some checks failed
GBCI / build (push) Failing after 12s
This commit is contained in:
parent
c5f522d7d7
commit
1ca61954a4
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