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 = {
|
const bgConfig: BgConfig = {
|
||||||
fetch: (input: string | URL | globalThis.Request, init?: RequestInit) =>
|
fetch: getFetchClient(konfigStore),
|
||||||
fetch(input, init),
|
|
||||||
globalObj: globalThis,
|
globalObj: globalThis,
|
||||||
identifier: visitorData,
|
identifier: visitorData,
|
||||||
requestKey,
|
requestKey,
|
||||||
|
|
Loading…
Reference in a new issue