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 7f6c454 commit 44639d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient/middlewares/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const CacheTypeNames = {
interface CacheOptions {
type: CacheType
storage: CacheLayer<string, Cached>
asyncSet?: Boolean
asyncSet?: boolean
}

export const cacheMiddleware = ({ type, storage, asyncSet }: CacheOptions) => {
Expand Down

0 comments on commit 44639d4

Please sign in to comment.