Skip to content

Commit

Permalink
fix(realtime): correct import syntax (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored Jan 17, 2025
1 parent 9d214ea commit 74702a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beta/realtime/ws.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import WS from 'ws';
import * as WS from 'ws';
import { OpenAI } from '../../index';
import type { RealtimeClientEvent, RealtimeServerEvent } from '../../resources/beta/realtime/realtime';
import { OpenAIRealtimeEmitter, buildRealtimeURL } from './internal-base';
Expand Down

0 comments on commit 74702a7

Please sign in to comment.