Skip to content

Commit

Permalink
Fix invalid new Price(msg) to new ClientPrice(msg)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicksonYap authored Apr 21, 2020
1 parent b5fc9c3 commit c4b8be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class EntitySpec {
}
else if (msg.type == "PRICE")
{
streamChunkHandler(new Price(msg));
streamChunkHandler(new ClientPrice(msg));
}
}
}
Expand Down

0 comments on commit c4b8be6

Please sign in to comment.