Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 9, 2023
1 parent 2a58e20 commit 37c9a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class FileSystemCache implements CacheHandler {
}: {
fetchCache?: boolean
tags?: string[]
}
} = {}
) {
let data = memoryCache?.get(key)

Expand Down

0 comments on commit 37c9a63

Please sign in to comment.