diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-17 17:11:50 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-31 23:17:57 +0200 |
| commit | da9217ac4a73ba7588b046dcb16ed159a6fb23ac (patch) | |
| tree | 8f3f65853baa635ba91d41043628bd14716667b9 /frontend | |
| parent | 39f64ca6667a0e8703a7a52d6e2bf0da57ee2cb6 (diff) | |
| download | decky-loader-da9217ac4a73ba7588b046dcb16ed159a6fb23ac.tar.gz decky-loader-da9217ac4a73ba7588b046dcb16ed159a6fb23ac.zip | |
Fix type error on store.tsx
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/store.tsx | 1 |
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) { |
