fix(llm.gblib): Talk to data local db use fix.

This commit is contained in:
Rodrigo Rodriguez 2024-12-10 15:43:28 -03:00
parent a71d8983b1
commit f9f7e0c955

View file

@ -1584,6 +1584,7 @@ export class KBService implements IGBKBService {
if (!request.isInterceptResolutionHandled()) {
request.abort();
}
});
const parsedUrl = new URL(url);