update time interval
This commit is contained in:
parent
ead4cb54c8
commit
63403896ca
@ -282,7 +282,7 @@ try {
|
||||
jsonData?.ap != null &&
|
||||
jsonData?.bp != null &&
|
||||
jsonData?.t != null &&
|
||||
["Q", "T"].includes(jsonData?.type) &&
|
||||
["Q","T"]?.includes(jsonData?.type) &&
|
||||
connection.socket.readyState === WebSocket.OPEN
|
||||
) {
|
||||
const avgPrice = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user