Skip to content

Commit

Permalink
fix: missing http-snippets-enabled in getAll query (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored May 2, 2024
1 parent 9e310db commit 6e2e736
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export async function getFeatureFlags(domain: string): Promise<FeatureFlags> {
"seo-disabled",
"toc-default-enabled",
"snippet-template-enabled",
"http-snippets-enabled",
]);

const isApiPlaygroundEnabled = checkDomainMatchesCustomers(domain, config["api-playground-enabled"]);
Expand Down

0 comments on commit 6e2e736

Please sign in to comment.