summaryrefslogtreecommitdiffstats
path: root/ui/src/services/WebSocketService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/services/WebSocketService.ts')
-rw-r--r--ui/src/services/WebSocketService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/services/WebSocketService.ts b/ui/src/services/WebSocketService.ts
index 2fa8a485..4cb3a262 100644
--- a/ui/src/services/WebSocketService.ts
+++ b/ui/src/services/WebSocketService.ts
@@ -170,7 +170,7 @@ export class WebSocketService {
}
public getSite() {
- this.subject.next(this.wsSendWrapper(UserOperation.GetSite, {}));
+ this.subject.next(this.wsSendWrapper(UserOperation.GetSite, undefined);
}
public search(form: SearchForm) {