Skip to content

Commit

Permalink
got rid of a print statement that was added to one of the pages for t…
Browse files Browse the repository at this point in the history
…esting reasons
  • Loading branch information
colton456p committed Oct 24, 2024
1 parent a5f5554 commit debd3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/use-auth-user-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ export const authUserQueryFn = async ({
if (res.status === 401) return null
const data = await res.json()
if (!res.ok) throw data
console.log(data)
return data
}

0 comments on commit debd3c5

Please sign in to comment.