fix(services): add ordering to GuaribasInstance query in GBCoreService
Some checks failed
GBCI / build (push) Failing after 7m1s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-03 14:20:08 -03:00
parent 081cd8a8b6
commit 56504beea3

View file

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