mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
#80 Change all event types to past tense
This commit is contained in:
parent
529ff2aeea
commit
5298b50cb7
@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
featureCreated : 'feature-created',
|
||||
featureUpdated : 'feature-updated',
|
||||
featureArchive : 'feature-archive',
|
||||
featureRevive : 'feature-revive',
|
||||
featureArchive : 'feature-archived',
|
||||
featureRevive : 'feature-revived',
|
||||
strategyCreated: 'strategy-created',
|
||||
strategyDeleted: 'strategy-deleted'
|
||||
};
|
Loading…
Reference in New Issue
Block a user