This commit is contained in:
Adw8 2025-02-06 18:13:41 +05:30
parent c923edf3c5
commit f53fb1c312

View File

@ -62,7 +62,7 @@ export async function processTweet(txSignature: string, memeUrl: string | null)
isLockCreated: false,
});
console.error('Error locking tokens.');
console.error('Error locking tokens: ', error);
throw new Error("Transaction failed.");
}