fix(KBService): remove unnecessary skip variable in file processing logic
All checks were successful
GBCI / build (push) Successful in 38s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-05-22 10:55:32 -03:00
parent 2f605f101c
commit b6ba7d5a3d

View file

@ -99,7 +99,7 @@ export class GBSSR {
'--disable-features=site-per-process',
'--disable-gpu',
'--no-first-run',
'--no-sand-box',
'--no-sandbox',
'--no-default-browser-check'
];