mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Resolve linter issues
This commit is contained in:
@@ -85,7 +85,13 @@ module.exports = {
|
||||
}),
|
||||
resolvers: {
|
||||
Comment: {
|
||||
deepReplyCount({ id }, args, { loaders: { Comments } }) {
|
||||
deepReplyCount(
|
||||
{ id },
|
||||
args,
|
||||
{
|
||||
loaders: { Comments },
|
||||
}
|
||||
) {
|
||||
return Comments.getDeepCount.load(id);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user