Skip to content

Commit c4db5d3

Browse files
authored
Merge branch 'main' into release/728.0.0
2 parents fc64be9 + b5e7e19 commit c4db5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remote-feature-flag-controller/src/remote-feature-flag-controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const DEFAULT_CACHE_DURATION = 24 * 60 * 60 * 1000; // 1 day
2828

2929
export type RemoteFeatureFlagControllerState = {
3030
remoteFeatureFlags: FeatureFlags;
31-
localOverrides: FeatureFlags;
32-
rawRemoteFeatureFlags: FeatureFlags;
31+
localOverrides?: FeatureFlags;
32+
rawRemoteFeatureFlags?: FeatureFlags;
3333
cacheTimestamp: number;
3434
};
3535

0 commit comments

Comments
 (0)