Lint
This commit is contained in:
parent
3fd2973152
commit
616792013f
|
@ -23,7 +23,7 @@ class AnalyticsHub {
|
||||||
posthog.identify(id)
|
posthog.identify(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
captureException(err) {}
|
captureException(_err) {}
|
||||||
|
|
||||||
captureEvent(eventName, props = {}) {
|
captureEvent(eventName, props = {}) {
|
||||||
posthog.captureEvent(eventName, props)
|
posthog.captureEvent(eventName, props)
|
||||||
|
|
Loading…
Reference in New Issue