Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Dec 4, 2024
1 parent 7328942 commit 4166c1a
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 @@ -1264,7 +1264,7 @@ export abstract class PostHogCore extends PostHogCoreStateless {
$feature_flag_bootstrapped_payload: this.getPersistedProperty<PostHogDecideResponse['featureFlagPayloads']>(
PostHogPersistedProperty.BootstrapFeatureFlagPayloads
)?.[key],
// If we haven't gotten a response from the /decide endpoint, we must have used the bootstrapped value
// If we haven't yet received a response from the /decide endpoint, we must have used the bootstrapped value
$used_bootstrap_value: !this.getPersistedProperty(PostHogPersistedProperty.DecideEndpointWasHit),
})
}
Expand Down

0 comments on commit 4166c1a

Please sign in to comment.