Fix parenthesis
This commit is contained in:
parent
1dcc7d3bc2
commit
9a66eb6c9a
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) {
|
||||||
|
|
Reference in a new issue