Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 5, 2024
1 parent 0045518 commit d491912
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export default class FetchCache implements CacheHandler {

try {
const res = await fetch(
`${this.cacheEndpoint}/v1/suspense-cache/revalidate?tags=${encodeURIComponent(tag)}`,
`${
this.cacheEndpoint
}/v1/suspense-cache/revalidate?tags=${encodeURIComponent(tag)}`,
{
method: 'POST',
headers: this.headers,
Expand Down

0 comments on commit d491912

Please sign in to comment.