Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit c68807b

Browse files
Update src/configs/websocket/index.ts
Co-authored-by: Ali(Ako) Hosseini <ali.hosseini@deriv.com>
1 parent 17152e5 commit c68807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/websocket/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ApiManager {
2525
private pingInterval: NodeJS.Timer;
2626
private reconnectInterval: NodeJS.Timer;
2727
private websocket_connected: (connection_value) => boolean;
28-
private websocket_authorize: (connection_value) => boolean;
28+
private is_websocket_authorized: (connection_value) => boolean;
2929

3030
public static instance: ApiManager;
3131
public static getInstance() {

0 commit comments

Comments
 (0)