Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e6d01d

Browse files
committed
chore(tests): Added missing space to fix lint issues
1 parent c9c1cbd commit 6e6d01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/sql/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const resolvers = {
6565
postedBy({ posted_by }, _, context) {
6666
return context.Users.getByLogin(posted_by);
6767
},
68-
comments({ repository_name}, { limit = -1, offset = 0 }, context) {
68+
comments({ repository_name }, { limit = -1, offset = 0 }, context) {
6969
return context.Comments.getCommentsByRepoName(repository_name, limit, offset);
7070
},
7171
createdAt: property('created_at'),

0 commit comments

Comments
 (0)