Skip to content

Commit

Permalink
fix(ws): remove unnecessary _send
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Nov 11, 2022
1 parent 9c6ff5e commit 2ce5d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import http from './http';
export interface IShard {
connect(): Promise<void>;
_heartbeat(): Promise<void>;
_send(event: string, args?: string[]): void;
destroy(): void;
onDebug?: (data: any) => void;
onRaw?: (payload: WebSocketPayload) => void;
Expand Down

0 comments on commit 2ce5d4d

Please sign in to comment.