Skip to content

Commit

Permalink
patch: og image fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Feb 14, 2024
1 parent 698014c commit 066bbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/og/token/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function handler(request: NextRequest) {
}

const token = JSON.parse(
decodeURIComponent(atob(base64EncodedToken))
decodeURIComponent(atob(decodeURIComponent(base64EncodedToken)))
) as Token

return new ImageResponse(
Expand Down

0 comments on commit 066bbc6

Please sign in to comment.