Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 580f21e

Browse files
authored
Fix verbose bug. (#56)
1 parent 72a8dec commit 580f21e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pyth-common-js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyth-common-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-common-js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Pyth Network Common Utils in JS",
55
"author": {
66
"name": "Pyth Data Association"

pyth-common-js/src/PriceServiceConnection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export class PriceServiceConnection {
264264
const message: ClientMessage = {
265265
ids: Array.from(this.priceFeedCallbacks.keys()),
266266
type: "subscribe",
267+
verbose: this.verbose,
267268
};
268269

269270
this.logger?.info("Resubscribing to existing price feeds.");

0 commit comments

Comments
 (0)