Skip to content

Commit

Permalink
type: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Sep 10, 2023
1 parent 936581c commit 666bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-default-request-init.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function getDefaultRequestInit(bypassingCache?: boolean): RequestInit {
export function getDefaultRequestInit(bypassingCache?: boolean | RegExp): RequestInit {
return {
cache: bypassingCache ? 'no-cache' : 'force-cache',
}
Expand Down

1 comment on commit 666bf5b

@vercel
Copy link

@vercel vercel bot commented on 666bf5b Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

modern-screenshot – ./

modern-screenshot-qq15725.vercel.app
modern-screenshot.vercel.app
modern-screenshot-git-main-qq15725.vercel.app

Please sign in to comment.