finished prices
This commit is contained in:
parent
2f5eaef19c
commit
0b33e9a8b6
4 changed files with 13 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue