Skip to content

Commit

Permalink
set default true
Browse files Browse the repository at this point in the history
  • Loading branch information
vsseixaso committed Jun 4, 2024
1 parent af7dfdd commit 22bf3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [6.54.5] - 2021-10-22

### Fixed
### Fixed

- Extract session cookie in a safe manner

Expand Down
2 changes: 1 addition & 1 deletion src/HttpClient/HttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class HttpClient {
memoryCache,
diskCache,
memoizable = true,
asyncSetCache,
asyncSetCache = true,
locale,
name,
metrics,
Expand Down

0 comments on commit 22bf3f0

Please sign in to comment.