mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 22:45:02 +00:00
Removing todo line.
This commit is contained in:
parent
4f08760ef4
commit
d2136ee81d
1 changed files with 0 additions and 1 deletions
1
ui/src/services/UserService.ts
vendored
1
ui/src/services/UserService.ts
vendored
|
@ -49,7 +49,6 @@ export class UserService {
|
||||||
console.log(this.user);
|
console.log(this.user);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO find all refs to this, make sure everything is well typed
|
|
||||||
public static get Instance() {
|
public static get Instance() {
|
||||||
return this._instance || (this._instance = new this());
|
return this._instance || (this._instance = new this());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue