Skip to content

Commit

Permalink
chore: drop header
Browse files Browse the repository at this point in the history
  • Loading branch information
1198994985 committed Oct 18, 2023
1 parent b27e567 commit c99f90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function opFetch(input: RequestInfo, init: RequestInit = {}, opts:
// @ts-ignore
const resp = await fetch(input, {
...(init || {}),
headers: { ...dropObjEmptyValue(init?.headers), 'x-tt-env': 'ppe_14493651', 'x-use-ppe': '1' },
headers: dropObjEmptyValue(init?.headers),
//@ts-ignore
agent: input.startsWith('https://')
? new https.Agent({
Expand Down

0 comments on commit c99f90e

Please sign in to comment.