diff --git a/pages/docs/error-handling.mdx b/pages/docs/error-handling.mdx index fff34697..3c2e8293 100644 --- a/pages/docs/error-handling.mdx +++ b/pages/docs/error-handling.mdx @@ -36,7 +36,7 @@ const fetcher = async url => { throw error } - return await res.json() + return res.json() } // ...