mirror of https://github.com/vector-im/riot-web
Don't make getAnalytics the default export, its weird
parent
d9594c428a
commit
7e549f84e7
|
@ -107,6 +107,6 @@ export class PosthogAnalytics {
|
|||
}
|
||||
}
|
||||
|
||||
export default function getAnalytics() {
|
||||
export function getAnalytics(): PosthogAnalytics {
|
||||
return PosthogAnalytics.instance();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue