Upload generated meme to Pinata #9

Merged
ashwin merged 8 commits from pm-upload-to-pinata into main 2025-02-04 15:16:25 +00:00
Showing only changes of commit 09c46bbd56 - Show all commits

View File

@ -98,7 +98,7 @@ export async function POST(req: NextRequest): Promise<NextResponse> {
)
}
const pinataResult = await uploadToPinata(imageUrl!);
const pinataResult = await uploadToPinata(imageUrl);
if (pinataResult.error) {
return NextResponse.json(