mirror of https://github.com/vector-im/riot-web
isEnabled returns a boolean
parent
ce80e5a463
commit
13ef819ba6
|
@ -264,7 +264,7 @@ export class PosthogAnalytics {
|
|||
this.posthog.capture(eventName, properties);
|
||||
}
|
||||
|
||||
public isEnabled() {
|
||||
public isEnabled(): boolean {
|
||||
return this.enabled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue