From 67bc8cec90f108c32e7ca6fc150e001a235a70c0 Mon Sep 17 00:00:00 2001 From: Aryaman1792 Date: Mon, 10 Nov 2025 21:57:37 +0530 Subject: [PATCH] Fix comment formatting in useMakeAuthedRequest --- simplq/src/api/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplq/src/api/auth.js b/simplq/src/api/auth.js index c70c4997..51e80833 100644 --- a/simplq/src/api/auth.js +++ b/simplq/src/api/auth.js @@ -32,7 +32,7 @@ const getAuthHeaderValue = async (auth) => { /** * A hook to access the makeAuthedRequest function. * - * @returns — makeAuthedRequest async request + * @returns makeAuthedRequest async request */ const useMakeAuthedRequest = () => { const auth = useAuth0();