Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enabled feature flags object composition #2899

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Nov 21, 2024

Motivation

I made a mistake when mapping the feature flags into an object. They are supposed to be a hash like object and not an array.

Implementation

Used Object.fromEntries to build the hash.

@vinistock vinistock added the vscode This pull request should be included in the VS Code extension's release notes label Nov 21, 2024 — with Graphite App
Copy link
Member Author

@vinistock vinistock added the bugfix This PR will fix an existing bug label Nov 21, 2024 — with Graphite App
@vinistock vinistock marked this pull request as ready for review November 21, 2024 21:12
@vinistock vinistock requested a review from a team as a code owner November 21, 2024 21:12
@vinistock vinistock merged commit d719b86 into main Nov 21, 2024
42 checks passed
Copy link
Member Author

Merge activity

  • Nov 21, 4:37 PM EST: A user merged this pull request with Graphite.

@vinistock vinistock deleted the 11-21-fix_enabled_feature_flags_object_composition branch November 21, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants