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 68a65d6dfb
commit c2bd8a62db

View file

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