From d0c46fa44dd2f27840c0be8b3d3294281c917991 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Sat, 11 May 2024 21:38:03 +0100 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4d6b0f8..736a923 100644 --- a/src/main.ts +++ b/src/main.ts @@ -92,7 +92,7 @@ window.onload = async () => { const queuePalette = new QueuePalette.default(player, queue) const SearchPalette = await import('./searchpal') - const palette = new SearchPalette.default(sdk, player, localforage, queue) + const palette = new SearchPalette.default(sdk, player, queue) const Color = await import('./color') const color = new Color.default()