Skip to content

Commit

Permalink
Update link to swr github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Oct 19, 2022
1 parent 5550fe0 commit 85e6472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function createCacheProvider<Data = any, Error = any>({
/**
* Documented, but missing method type
* @link https://swr.vercel.app/docs/advanced/cache#access-to-the-cache
* @link https://github.com/vercel/swr/pull/1480
* @link https://github.com/vercel/swr/pull/1936
*/
// @ts-ignore
clear: (): void => {
Expand Down

0 comments on commit 85e6472

Please sign in to comment.