diff --git a/ui/src/services/UserService.ts b/ui/src/services/UserService.ts index 0c3325a09..03380e593 100644 --- a/ui/src/services/UserService.ts +++ b/ui/src/services/UserService.ts @@ -49,7 +49,6 @@ export class UserService { console.log(this.user); } - // TODO find all refs to this, make sure everything is well typed public static get Instance() { return this._instance || (this._instance = new this()); }