purchaseContent edit query

This commit is contained in:
user 2025-03-05 10:09:04 +03:00
parent 4645093029
commit 060785a11a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const ViewContentPage = () => {
} }
const contentResponse = await purchaseContent({ const contentResponse = await purchaseContent({
content_address: content?.data?.encrypted?.cid, content_address: WebApp.initDataUnsafe?.start_param,
license_type: "resale", license_type: "resale",
}); });