Fix parenthesis
This commit is contained in:
parent
e7d096e1a0
commit
f95b9994d2
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ export class WebSocketService {
|
||||||
}
|
}
|
||||||
|
|
||||||
public getSite() {
|
public getSite() {
|
||||||
this.subject.next(this.wsSendWrapper(UserOperation.GetSite, undefined);
|
this.subject.next(this.wsSendWrapper(UserOperation.GetSite, undefined));
|
||||||
}
|
}
|
||||||
|
|
||||||
public search(form: SearchForm) {
|
public search(form: SearchForm) {
|
||||||
|
|
Loading…
Reference in a new issue