1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +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
parent a754fcb3a9
commit 3e30193ace

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'
};