Skip to content

Commit f8c88c1

Browse files
authored
Update Subscription.js
1 parent 3d2a4d8 commit f8c88c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/resolvers/Subscription.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
const newLink = {
22
subscribe: (parent, args, ctx, info) => {
3-
console.log(`new link resolver`)
43
return ctx.db.subscription.link({}, info)
54
},
65
}
76

87
const newVote = {
98
subscribe: (parent, args, ctx, info) => {
10-
console.log(`new vote resolver`)
119
return ctx.db.subscription.vote({}, info)
1210
},
1311
}

0 commit comments

Comments
 (0)