refactor(SystemKeywords): comment out unused ID column logic for clarity
Some checks failed
GBCI / build (push) Failing after 12m30s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-08-05 14:17:38 -03:00
parent fb24bbd98e
commit 9201d7a262

View file

@ -1263,7 +1263,7 @@ export class KBService implements IGBKBService {
await CollectionUtil.asyncForEach(files, async file => { await CollectionUtil.asyncForEach(files, async file => {
let filePath = typeof file === 'string' ? file : path.join(file.root, file.name); let filePath = typeof file === 'string' ? file : path.join(file.root, file.name);
if (filePath) { if (filePath) {
let content = null; let content = null;