Rename WebSocketService sendJSON() -> send()
This commit is contained in:
@@ -26,7 +26,7 @@ export class WebSocketService {
|
||||
);
|
||||
}
|
||||
|
||||
public sendJSON(json: any) {
|
||||
public send(json: any) {
|
||||
this.ws.next(json);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user