Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 4, 2023
1 parent 976e4b3 commit 1bc55ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ export abstract class PostHogCore extends PostHogCoreStateless {
this.setPersistedProperty<PostHogEventProperties>(PostHogPersistedProperty.GroupProperties, {})
}

/** @deprecated - Renamed to setPersonPropertiesForFlags */
/** @deprecated - Renamed to setGroupPropertiesForFlags */
groupProperties(properties: { [type: string]: Record<string, string> }): this {
return this.setGroupPropertiesForFlags(properties)
}
Expand Down

0 comments on commit 1bc55ff

Please sign in to comment.