From 060785a11a3b1a0c9f63d221128bc484ad1e9af4 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 5 Mar 2025 10:09:04 +0300 Subject: [PATCH] purchaseContent edit query --- src/pages/view-content/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index e2f4d16..3cd7145 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -44,7 +44,7 @@ export const ViewContentPage = () => { } const contentResponse = await purchaseContent({ - content_address: content?.data?.encrypted?.cid, + content_address: WebApp.initDataUnsafe?.start_param, license_type: "resale", });