remove log
This commit is contained in:
parent
3db4011a92
commit
efcf762549
@ -197,7 +197,7 @@ async function toggleUserWatchlist(watchListId: string) {
|
|||||||
$wsBidPrice = typeof JSON.parse(data)?.bp !== "undefined" ? JSON.parse(data)?.bp : null;
|
$wsBidPrice = typeof JSON.parse(data)?.bp !== "undefined" ? JSON.parse(data)?.bp : null;
|
||||||
$wsAskPrice = typeof JSON.parse(data)?.ap !== "undefined" ? JSON.parse(data)?.ap : null;
|
$wsAskPrice = typeof JSON.parse(data)?.ap !== "undefined" ? JSON.parse(data)?.ap : null;
|
||||||
//console.log('Received message:', $realtimePrice);
|
//console.log('Received message:', $realtimePrice);
|
||||||
console.log(JSON.parse(data))
|
|
||||||
if ($realtimePrice > previousRealtimePrice) {
|
if ($realtimePrice > previousRealtimePrice) {
|
||||||
$priceIncrease = true;
|
$priceIncrease = true;
|
||||||
previousRealtimePrice = $realtimePrice;
|
previousRealtimePrice = $realtimePrice;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user