Skip to content

Commit

Permalink
[no-issue] chore: format update
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Sep 29, 2024
1 parent e62e5e3 commit 70cc8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/app/api-reference/functions/unstable_cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default async function Page({ params }: { params: { userID: string } }) {
revalidate: 60,
}
);

...
}
```
Expand All @@ -80,7 +80,7 @@ export default async function Page({ params }) {
revalidate: 60,
}
);

...
}
```
Expand Down

0 comments on commit 70cc8e8

Please sign in to comment.