chore: update pnpm-lock.ymal

pull/17608/head
keting lu 1 year ago
parent 50429e67c9
commit 82a1355b68

File diff suppressed because it is too large Load Diff

@ -577,6 +577,7 @@ export const sseV1Post = (
headers: new Headers({ headers: new Headers({
Authorization: `Bearer ${token}`, Authorization: `Bearer ${token}`,
}), }),
credentials: 'same-origin',
} as RequestInit, fetchOptions) } as RequestInit, fetchOptions)
const contentType = (options.headers as Headers).get('Content-Type') const contentType = (options.headers as Headers).get('Content-Type')

Loading…
Cancel
Save