refactor(SystemKeywords): comment out unused ID column logic for clarity
This commit is contained in:
parent
3c8ca07ea7
commit
b99f4b71ef
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