Skip to content

Commit

Permalink
fix: disable stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jiang authored and Andrew Jiang committed Jan 15, 2025
1 parent 8c656f1 commit ced8bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fern-docs/bundle/src/server/ld-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function fetchInitialFlags(
baseUri: options?.baseUrl,
streamUri: options?.streamUrl,
eventsUri: options?.eventsUrl,
stream: false,
});
return ldClient.allFlagsState(context).then((flags) => flags.allValues());
} catch (error) {
Expand Down

0 comments on commit ced8bc4

Please sign in to comment.