Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsseixaso committed Jun 3, 2024
1 parent 44639d4 commit e3494eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export interface InstanceOptions {
timeout?: number
memoryCache?: CacheLayer<string, Cached>
diskCache?: CacheLayer<string, Cached>
asyncSetCache?: Boolean
asyncSetCache?: boolean

/**
* Enables memoization, ephemeral within each request, for all requests of this client.
Expand Down

0 comments on commit e3494eb

Please sign in to comment.