mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 03:11:56 +00:00
Remove empty ctor body
This commit is contained in:
parent
8d2f19f062
commit
477ea8b03a
@ -18,9 +18,7 @@ export class WebSocketService {
|
|||||||
private uplink: QueueingSubject<object>;
|
private uplink: QueueingSubject<object>;
|
||||||
public downlink: Observable<WSMessage<undefined>>;
|
public downlink: Observable<WSMessage<undefined>>;
|
||||||
|
|
||||||
constructor() {
|
constructor() {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public connect() {
|
public connect() {
|
||||||
if (this.downlink) {
|
if (this.downlink) {
|
||||||
|
Loading…
Reference in New Issue
Block a user