Skip to content

Commit

Permalink
fix changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Jan 24, 2025
1 parent 2ea15c6 commit bb33c5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .changeset/light-shirts-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export async function GET(request: NextRequest) {

const providerData = await mergeProviderData([
// expose flags declared in code first
getProviderData(flagsA),
getProviderData(flagsB),
getProviderData({ ...flagsA, ...flagsB }),
// then enhance them with metadata from your flag provider
getStatsigProviderData({ consoleApiKey: '', projectId: '' }),
]);
Expand Down

0 comments on commit bb33c5a

Please sign in to comment.