mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Added fix for not logged in user
This commit is contained in:
@@ -171,7 +171,7 @@ module.exports = (context) => {
|
||||
|
||||
return {
|
||||
Comment: {
|
||||
create: () => {}
|
||||
create: () => Promise.reject(errors.ErrNotAuthorized)
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user