Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant Singhania committed Jul 2, 2024
1 parent 0d25448 commit 8728e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added tunestats/app/api/vercel.json
Empty file.
1 change: 1 addition & 0 deletions tunestats/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function Page() {
}

useEffect(() => {
//@ts-expect-error
const access_token = getHashParams().access_token;
console.log(access_token)
if (access_token) {
Expand Down

0 comments on commit 8728e54

Please sign in to comment.