@@ -161,6 +161,7 @@ export async function fetchLiveSnapshot(
|
||||
} catch {
|
||||
status = null;
|
||||
}
|
||||
console.debug('[fetchLiveSnapshot] market=%s sid=%d status=%s baseRows=%d', normalizedMarket, strategyId, status ? 'ok' : 'null', baseRows.length);
|
||||
|
||||
if (!status || !statusMatches(status, normalizedMarket, strategyId)) {
|
||||
if (baseRows.length === 0) return null;
|
||||
|
||||
Reference in New Issue
Block a user