Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Aug 29, 2022
1 parent 3452e9a commit 98b03a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/next/pages/storage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function useHelloData() {
const storage = XSWR.useAsyncLocalStorage(GZIP)

const handle = XSWR.useSingle<HelloData>(
"/api/hello",
["/api/hello"],
fetchAsJson,
{ storage })

Expand Down

0 comments on commit 98b03a0

Please sign in to comment.