Skip to content

Commit

Permalink
Fix feature flags load failing to unpack loaded state
Browse files Browse the repository at this point in the history
  • Loading branch information
davidisaaclee committed Aug 21, 2024
1 parent 9b07e62 commit 4de0371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/lib/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function loadInitialState() {
...prev,
flags: {
...prev.flags,
state,
...state,
},
}));
}
Expand Down

0 comments on commit 4de0371

Please sign in to comment.