chore: docs + lint

This commit is contained in:
aryan
2025-01-04 03:42:56 +05:30
parent da09193d9d
commit 7c3f4180a0
35 changed files with 71 additions and 66 deletions

View File

@@ -33,6 +33,7 @@ export async function listNFTForSale(
throw new Error(`You don't own this NFT (${nftMint.toString()})`);
}
} catch (error: any) {
console.error(error);
throw new Error(
`No token account found for mint ${nftMint.toString()}. Make sure you own this NFT.`,
);