Closed sallymoc closed 1 week ago
When a tick is empty, tick-data endpoint returns null:
i.e https://rpc.qubic.org/v1/ticks/17266172/tick-data { "tickData": null }
and currently the app from develop displays the following
The result should be:
Notes
Verified in develop branch.
When a tick is empty, tick-data endpoint returns null:
i.e https://rpc.qubic.org/v1/ticks/17266172/tick-data { "tickData": null }
and currently the app from develop displays the following
The result should be:
Notes