Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 7, 2022
1 parent 005937c commit c5ff2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fetchache/src/index.ts
Expand Up @@ -63,8 +63,8 @@ export function fetchFactory({ fetch, Response, cache }: FetchacheOptions): Fetc
method,
headers: {
...headers,
...revalidationHeaders as HeadersInit,
}
...(revalidationHeaders as HeadersInit),
},
});

const revalidationPolicyRequest = policyRequestFrom(url, method, revalidationHeaders as HeadersInit);
Expand Down

0 comments on commit c5ff2e8

Please sign in to comment.