mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-14 00:15:52 +01:00
fix: typo in enabled event (#4960)
Fixes a typo where we would send `disabled` for `enabled` events. https://unleash-community.slack.com/archives/C03GWTN7XMG/p1696631381409369
This commit is contained in:
parent
4fc7df84b9
commit
e0faa3e842
@ -166,7 +166,7 @@ const EVENT_MAP: Record<string, IEventData> = {
|
||||
path: '/projects/{{event.project}}/features/{{event.featureName}}',
|
||||
},
|
||||
[FEATURE_ENVIRONMENT_ENABLED]: {
|
||||
action: '*{{user}}* disabled *{{feature}}* for the *{{event.environment}}* environment in project *{{project}}*',
|
||||
action: '*{{user}}* enabled *{{feature}}* for the *{{event.environment}}* environment in project *{{project}}*',
|
||||
path: '/projects/{{event.project}}/features/{{event.featureName}}',
|
||||
},
|
||||
[FEATURE_ENVIRONMENT_VARIANTS_UPDATED]: {
|
||||
|
Loading…
Reference in New Issue
Block a user