Fixed permission for test email API

This commit is contained in:
Rish 2019-11-06 12:09:55 +07:00
parent 686e0143c7
commit cc514f1776

View File

@ -48,7 +48,7 @@ module.exports = {
}
}
},
permissions: false,
permissions: true,
async query(frame) {
let model = await models.Post.findOne(frame.options);
if (!model) {