refactor(SystemKeywords): comment out unused ID column logic for clarity
Some checks failed
GBCI / build (push) Failing after 12m30s
Some checks failed
GBCI / build (push) Failing after 12m30s
This commit is contained in:
parent
fb24bbd98e
commit
9201d7a262
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ export class KBService implements IGBKBService {
|
|||
await CollectionUtil.asyncForEach(files, async file => {
|
||||
|
||||
let filePath = typeof file === 'string' ? file : path.join(file.root, file.name);
|
||||
|
||||
|
||||
if (filePath) {
|
||||
|
||||
let content = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue