From 599616651d9f085ae6327dd0ff4adee39f4cdf2e Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 22 May 2025 11:03:56 +0200 Subject: [PATCH] chore(): cleanup --- examples/ws-api-client.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/ws-api-client.ts b/examples/ws-api-client.ts index 6b5e1f3..b6c595c 100644 --- a/examples/ws-api-client.ts +++ b/examples/ws-api-client.ts @@ -3,9 +3,8 @@ import { DefaultLogger, WebsocketAPIClient } from '../src'; // or // import { DefaultLogger, WebsocketClient } from 'bybit-api'; -const key = process.env.API_KEY_COM || '1j3PcP9EMjGPbjcjlC'; -const secret = - process.env.API_SECRET_COM || 'VlvBfQqMcGKX77XgYcMqZmOR7biwA9ZvaTwk'; +const key = process.env.API_KEY_COM; +const secret = process.env.API_SECRET_COM; async function main() { // Optional