bgutils generate use proxy
This commit is contained in:
parent
4ca76879c1
commit
b6c6c0f545
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue