Skip to content

Commit 2a6051c

Browse files
committed
add field:username to return Project type
1 parent 602ebe8 commit 2a6051c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/graphQL/resolvers/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Project = {
4949
userId: resp.userId,
5050
username: resp.username,
5151
likes: resp.likes,
52-
})}
52+
})}
5353

5454
// TODO: Go back to this to see how to handle error later
5555
return {

0 commit comments

Comments
 (0)