Skip to content

Commit

Permalink
big more
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Nov 22, 2024
1 parent 58bec8a commit 9d805fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posthog-node/src/posthog-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export class PostHog extends PostHogCoreStateless implements PostHogNodeV1 {
fetchedOrLocalPayloads = fetchedData.payloads || {}
}

// Extract the final response and payload for the specific key
const finalResponse = fetchedOrLocalFlags[key]
const finalPayload = fetchedOrLocalPayloads[key]
const finalLocallyEvaluated = payloadWasLocallyEvaluated
Expand All @@ -361,7 +360,6 @@ export class PostHog extends PostHogCoreStateless implements PostHogNodeV1 {
disableGeoip,
})

// Return the final payload
return finalPayload
}

Expand Down

0 comments on commit 9d805fd

Please sign in to comment.