From 33e416c0567f0620fc0c6948b3301b1d99f118a5 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 10 May 2024 11:35:55 +0100 Subject: [PATCH] Comment that `legacyApi` is false by default --- src/feature-flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature-flags.ts b/src/feature-flags.ts index 0ac8aa4644..50e779c4c6 100644 --- a/src/feature-flags.ts +++ b/src/feature-flags.ts @@ -70,7 +70,7 @@ export const featureConfig: Record< */ envVar: string; /** - * Whether the feature flag is part of the legacy feature flags API. + * Whether the feature flag is part of the legacy feature flags API (defaults to false). * * These feature flags are included by default in the API response and do not need to be * explicitly requested.