Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 18, 2023
1 parent 3fd2973 commit 6167920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/analytics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AnalyticsHub {
posthog.identify(id)
}

captureException(err) {}
captureException(_err) {}

captureEvent(eventName, props = {}) {
posthog.captureEvent(eventName, props)
Expand Down

0 comments on commit 6167920

Please sign in to comment.