Skip to content

Commit

Permalink
Trigger Build
Browse files Browse the repository at this point in the history
  • Loading branch information
preetjdp committed May 28, 2024
1 parent e5885cf commit d06cb27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/[[...routes]]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ app.frame('/confirm', async c => {
return c.res(ErrorResponse('Invalid State'));
}

console.log("TEST TEST TEST", confirmState)

return c.res({
title: 'SupaBald Jesse | Preview Cast',
image: (
Expand Down

0 comments on commit d06cb27

Please sign in to comment.