mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
isEnabled returns a boolean
This commit is contained in:
parent
ce80e5a463
commit
13ef819ba6
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ export class PosthogAnalytics {
|
|||
this.posthog.capture(eventName, properties);
|
||||
}
|
||||
|
||||
public isEnabled() {
|
||||
public isEnabled(): boolean {
|
||||
return this.enabled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue