Skip to content

Commit 6cd8317

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
fix(realtime): correct import syntax (#1267)
1 parent 9d214ea commit 6cd8317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beta/realtime/ws.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import WS from 'ws';
1+
import * as WS from 'ws';
22
import { OpenAI } from '../../index';
33
import type { RealtimeClientEvent, RealtimeServerEvent } from '../../resources/beta/realtime/realtime';
44
import { OpenAIRealtimeEmitter, buildRealtimeURL } from './internal-base';

0 commit comments

Comments
 (0)