summaryrefslogtreecommitdiff
path: root/frontend/src/store.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/store.tsx')
-rw-r--r--frontend/src/store.tsx1
1 files changed, 0 insertions, 1 deletions
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<Store> {
export async function getPluginList(): Promise<StorePlugin[]> {
let version = await window.DeckyPluginLoader.updateVersion();
let store = await getSetting<Store | null>('store', null);
-
let customURL = await getSetting<string>('store-url', 'https://plugins.deckbrew.xyz/plugins');
let storeURL;
if (store === null) {