Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Nov 22, 2024
1 parent 84e89d6 commit 16e3988
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions posthog-node/src/posthog-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,7 @@ export class PostHog extends PostHogCoreStateless implements PostHogNodeV1 {
disableGeoip?: boolean
}
): Promise<JsonType | undefined> {
const {
groups,
disableGeoip,
onlyEvaluateLocally = false,
sendFeatureFlagEvents = true,
personProperties,
groupProperties,
} = options || {}
const { groups, disableGeoip, onlyEvaluateLocally = false, personProperties, groupProperties } = options || {}

const { allPersonProperties, allGroupProperties } = this.addLocalPersonAndGroupProperties(
distinctId,
Expand Down

0 comments on commit 16e3988

Please sign in to comment.