Skip to content

Commit 2547a45

Browse files
author
Ajit Kumar
committed
refactor: remove unused isExternalPurchase variable from PluginInclude function
1 parent def56de commit 2547a45

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/plugin/plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default async function PluginInclude(
5555
let purchaseToken;
5656
let $settingsIcon;
5757
let minVersionCode = -1;
58-
let isExternalPurchase;
5958
let isSupported = true;
6059

6160
actionStack.push({
@@ -166,7 +165,6 @@ export default async function PluginInclude(
166165
isPaid = remotePlugin.price > 0;
167166
purchased = remotePlugin.owned;
168167
price = `₹ ${remotePlugin.price}`;
169-
isExternalPurchase = remotePlugin.owned;
170168
isSupported = ["all", config.SUPPORTED_EDITOR].includes(
171169
remotePlugin.supported_editor,
172170
);

0 commit comments

Comments
 (0)