example bug fix
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import WebSocket from 'ws';
|
import WebSocket from 'ws';
|
||||||
// const ws = new WebSocket('wss://master.dlob.drift.trade/ws');
|
const ws = new WebSocket('wss://master.dlob.drift.trade/ws');
|
||||||
const ws = new WebSocket('ws://localhost:3000/ws');
|
|
||||||
import { sleep } from '../src/utils/utils';
|
import { sleep } from '../src/utils/utils';
|
||||||
|
|
||||||
ws.on('open', async () => {
|
ws.on('open', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user