Skip to content

Commit

Permalink
Hotfix API documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Jan 29, 2025
1 parent 6265411 commit 86f3672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/http/HttpAgentImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ export class HttpAgentImpl extends HttpAgent {
*/
_setCookiesFromResponse<B>(agentResponse: HttpAgentResponse<B>): void {
if (agentResponse.headersRaw) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - This is due to old typescript version in docusaurus, will be fixed with docusaurus v3 update
const receivedCookies = agentResponse.headersRaw.getSetCookie();

if (receivedCookies.length > 0) {
Expand Down

0 comments on commit 86f3672

Please sign in to comment.