Skip to content

Commit

Permalink
bgutils generate use proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Dec 14, 2024
1 parent 4ca7687 commit b6c6c0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/jobs/potoken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export const poTokenGenerate = async (
});

const bgConfig: BgConfig = {
fetch: (input: string | URL | globalThis.Request, init?: RequestInit) =>
fetch(input, init),
fetch: getFetchClient(konfigStore),
globalObj: globalThis,
identifier: visitorData,
requestKey,
Expand Down

0 comments on commit b6c6c0f

Please sign in to comment.