Skip to content

Commit

Permalink
fix(llm.gblib): Talk to data local db use fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 10, 2024
1 parent a71d898 commit f9f7e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kb.gbapp/services/KBService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ export class KBService implements IGBKBService {
if (!request.isInterceptResolutionHandled()) {
request.abort();
}
});

const parsedUrl = new URL(url);

Expand Down

0 comments on commit f9f7e0c

Please sign in to comment.