From da9217ac4a73ba7588b046dcb16ed159a6fb23ac Mon Sep 17 00:00:00 2001 From: marios8543 Date: Tue, 17 Oct 2023 17:11:50 +0300 Subject: Fix type error on store.tsx --- frontend/src/store.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend') diff --git a/frontend/src/store.tsx b/frontend/src/store.tsx index fd458bef..2cc1495d 100644 --- a/frontend/src/store.tsx +++ b/frontend/src/store.tsx @@ -39,7 +39,6 @@ export async function getStore(): Promise { export async function getPluginList(): Promise { let version = await window.DeckyPluginLoader.updateVersion(); let store = await getSetting('store', null); - let customURL = await getSetting('store-url', 'https://plugins.deckbrew.xyz/plugins'); let storeURL; if (store === null) { -- cgit v1.2.3