Skip to content

Commit

Permalink
chore: fix duplicate use of placeholder name (#6814)
Browse files Browse the repository at this point in the history
Instead of using two placeholders both called "production", we rename
one of them to "development"
  • Loading branch information
thomasheartman committed Apr 10, 2024
1 parent f3cd1be commit 70eb463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export const ProjectFeatureToggles = ({
stale: false,
environments: [
{
name: 'production',
name: 'development',
enabled: false,
},
{
Expand Down

0 comments on commit 70eb463

Please sign in to comment.