1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Revert "#80 Change all event types to past tense"

This reverts commit a754fcb3a9.
Might break database so I'll send a pull request.
This commit is contained in:
andsandv 2015-02-06 15:17:31 +01:00 committed by Ivar Conradi Østhus
parent 5298b50cb7
commit de5dc7bfc6

View File

@ -1,8 +1,8 @@
module.exports = {
featureCreated : 'feature-created',
featureUpdated : 'feature-updated',
featureArchive : 'feature-archived',
featureRevive : 'feature-revived',
featureArchive : 'feature-archive',
featureRevive : 'feature-revive',
strategyCreated: 'strategy-created',
strategyDeleted: 'strategy-deleted'
};