mirror of https://github.com/vector-im/riot-web
Fix missing underscore
parent
b5564a0de0
commit
678474c0e8
|
@ -41,7 +41,7 @@ export class PosthogAnalytics {
|
|||
private static _instance = null;
|
||||
|
||||
public static instance(): PosthogAnalytics {
|
||||
if (!this.instance) {
|
||||
if (!this._instance) {
|
||||
this._instance = new PosthogAnalytics(posthog);
|
||||
}
|
||||
return this._instance;
|
||||
|
|
Loading…
Reference in New Issue