From e8b7a668c9d0819ff4abb301c3c881e49e8b8f5a Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Tue, 27 Feb 2024 10:23:41 +0900 Subject: [PATCH] revert --- src/example_ws_single_feed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example_ws_single_feed.ts b/src/example_ws_single_feed.ts index 8dcb3b0..75c089d 100644 --- a/src/example_ws_single_feed.ts +++ b/src/example_ws_single_feed.ts @@ -27,4 +27,4 @@ pythConnection.onPriceChangeVerbose((productAccount, priceAccount) => { // tslint:disable-next-line:no-console console.log('Reading from Pyth price feed...') -pythConnection.start() \ No newline at end of file +pythConnection.start()