Added fix for not logged in user

This commit is contained in:
Wyatt Johnson
2017-02-10 11:00:12 -07:00
parent 27ea409e31
commit 2c2541e7be
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ module.exports = (context) => {
return {
Comment: {
create: () => {}
create: () => Promise.reject(errors.ErrNotAuthorized)
}
};
};