fixed bug with featuring comments doesn't work

This commit is contained in:
Wyatt Johnson
2017-11-27 16:27:43 -07:00
parent 13865ff29e
commit f2fe095b43
@@ -84,7 +84,7 @@ module.exports = {
permissions: {
public: true,
self: false,
roles: []
roles: ['ADMIN', 'MODERATOR']
},
models: ['COMMENTS'],
created_at: new Date()