finished prices

This commit is contained in:
Boki 2025-06-29 13:04:48 -04:00
parent 2f5eaef19c
commit 0b33e9a8b6
4 changed files with 13 additions and 10 deletions

View file

@ -65,7 +65,6 @@ export async function updateSymbolInfo(
} as Record<string, string>);
const apiUrl = `${QM_CONFIG.SYMBOL_URL}?${searchParams.toString()}`;
const response = await fetch(apiUrl, {
method: 'GET',
headers: session.headers,