mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
#80 Rename event ypes
This commit is contained in:
parent
3e30193ace
commit
f35ea4355a
@ -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