Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: latest flagsmith feature flags export
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 12, 2024
1 parent 1fe0904 commit 587320d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flagsmith.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default_enabled": true,
"is_server_key_only": false,
"initial_value": "How friendly is your Open Source project?",
"value": "How friendly is your Open Source project?",
"value": "How friendly is your Open Source Repo?",
"type": "unicode",
"enabled": true,
"multivariate": []
Expand All @@ -20,13 +20,13 @@
"multivariate": []
},
{
"name": "welcome",
"default_enabled": false,
"name": "news",
"default_enabled": true,
"is_server_key_only": false,
"initial_value": "Any feedback let us know!",
"value": "Any feedback let us know! Thank you!",
"initial_value": "Have you seen our latest feature XYZ?",
"value": "Have you seen our latest feature XYZ?",
"type": "unicode",
"enabled": true,
"multivariate": []
}
]
]

0 comments on commit 587320d

Please sign in to comment.