Skip to content

Commit

Permalink
Remove duplicate lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 15, 2024
1 parent 033386f commit f030c70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/posthog-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ class DeprecatedWebPerformanceObserver {
export class PostHog {
__loaded: boolean
config: PostHogConfig
lib_version: string

rateLimiter: RateLimiter
scrollManager: ScrollManager
Expand Down Expand Up @@ -287,7 +286,6 @@ export class PostHog {
this.__request_queue = []
this.__loaded = false
this.analyticsDefaultEndpoint = '/e/'
this.lib_version = Config.LIB_VERSION

this.featureFlags = new PostHogFeatureFlags(this)
this.toolbar = new Toolbar(this)
Expand Down

0 comments on commit f030c70

Please sign in to comment.