mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fix parenthesis
This commit is contained in:
parent
e7d096e1a0
commit
f95b9994d2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user