mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-13 08:21:47 +02:00
lint
This commit is contained in:
parent
e5d36e9a81
commit
0a951501b2
@ -40,7 +40,7 @@ interface IEvent {
|
|||||||
|
|
||||||
// The properties of the event that will be stored in PostHog. This is just a placeholder,
|
// The properties of the event that will be stored in PostHog. This is just a placeholder,
|
||||||
// extending interfaces must override this with a concrete definition to do type validation.
|
// extending interfaces must override this with a concrete definition to do type validation.
|
||||||
properties: {}
|
properties: {};
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Anonymity {
|
export enum Anonymity {
|
||||||
@ -122,8 +122,8 @@ export async function getRedactedCurrentLocation(
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface PlatformProperties {
|
interface PlatformProperties {
|
||||||
appVersion: string,
|
appVersion: string;
|
||||||
appPlatform: string
|
appPlatform: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PosthogAnalytics {
|
export class PosthogAnalytics {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user