Fix parenthesis

pull/177/head
Dessalines 2019-06-19 13:36:05 -07:00
parent ef6005071b
commit b17715f8f8
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ export class WebSocketService {
}
public getSite() {
this.subject.next(this.wsSendWrapper(UserOperation.GetSite, undefined);
this.subject.next(this.wsSendWrapper(UserOperation.GetSite, undefined));
}
public search(form: SearchForm) {