refactor(SystemKeywords): comment out unused ID column logic for clarity

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-08-05 14:17:38 -03:00
parent 3c8ca07ea7
commit b99f4b71ef

View file

@ -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;