Skip to content

Commit

Permalink
better log
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jan 31, 2024
1 parent 39c0f97 commit 7c00213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/[message]/checkout/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function POST(
const posterProfile = await getUserProfile(
fcMessage.message.data.frameActionBody?.castId?.fid
);
console.log(posterProfile);
console.log(JSON.stringify(posterProfile, null, 2));
const checkoutRedirect = new URL(request.url);
checkoutRedirect.searchParams.append("cast", "redirect");

Expand Down

0 comments on commit 7c00213

Please sign in to comment.