diff --git a/src/app/page.tsx b/src/app/page.tsx index 97a3758..f985771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ const Page: React.FC = (): React.ReactElement => { if (!transactionSignature) { return { error: 'Transaction signature not found' } - } + }; // Generate image with specified model and transaction reference const fluxResult = await generateWithFlux(prompt, modelId, transactionSignature); diff --git a/src/utils/uploadToPinata.ts b/src/utils/uploadToPinata.ts index a2941bb..9a5ca21 100644 --- a/src/utils/uploadToPinata.ts +++ b/src/utils/uploadToPinata.ts @@ -26,6 +26,6 @@ export async function uploadToPinata(imageUrl: string): Promise