diff --git a/src/pricing.js b/src/pricing.js index bb45af9..a1dceda 100644 --- a/src/pricing.js +++ b/src/pricing.js @@ -655,7 +655,7 @@ class EntitySpec { } else if (msg.type == "PRICE") { - streamChunkHandler(new Price(msg)); + streamChunkHandler(new ClientPrice(msg)); } } }