From 0ecc2b4a3cf96c2a6a3c3e82f45aa236c2ef7611 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 21 Aug 2024 23:47:42 +0300 Subject: [PATCH] edit default license type --- src/pages/view-content/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index 953a6af..a15f714 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -26,7 +26,7 @@ export const ViewContentPage = () => { const contentResponse = await purchaseContent({ content_address: content?.data?.encrypted?.cid, - license_type: "listen", + license_type: "resale", }); const transactionResponse = await tonConnectUI.sendTransaction({ @@ -91,7 +91,7 @@ export const ViewContentPage = () => {