mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
3e30193ace
This reverts commit a754fcb3a9
.
Might break database so I'll send a pull request.
8 lines
261 B
JavaScript
8 lines
261 B
JavaScript
module.exports = {
|
|
featureCreated : 'feature-created',
|
|
featureUpdated : 'feature-updated',
|
|
featureArchive : 'feature-archive',
|
|
featureRevive : 'feature-revive',
|
|
strategyCreated: 'strategy-created',
|
|
strategyDeleted: 'strategy-deleted'
|
|
}; |