Skip to content

Commit

Permalink
chore(featureFlag): rm export
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Jun 25, 2024
1 parent 527c853 commit 818488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/featureFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getNewGrowthbookInstance } from "@root/utils/growthbook-utils"

// Keep one GrowthBook instance at module level
// The instance will handle internal cache refreshes via a SSE connection
export const gb = getNewGrowthbookInstance({
const gb = getNewGrowthbookInstance({
clientKey: config.get("growthbook.clientKey"),
subscribeToChanges: true,
})
Expand Down

0 comments on commit 818488b

Please sign in to comment.