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();