update time interval

This commit is contained in:
MuslemRahimi 2024-12-10 16:55:19 +01:00
parent ead4cb54c8
commit 63403896ca

View File

@ -282,7 +282,7 @@ try {
jsonData?.ap != null && jsonData?.ap != null &&
jsonData?.bp != null && jsonData?.bp != null &&
jsonData?.t != null && jsonData?.t != null &&
["Q", "T"].includes(jsonData?.type) && ["Q","T"]?.includes(jsonData?.type) &&
connection.socket.readyState === WebSocket.OPEN connection.socket.readyState === WebSocket.OPEN
) { ) {
const avgPrice = ( const avgPrice = (