diff --git a/packages/example-forum/lib/modules/fragments.js b/packages/example-forum/lib/modules/fragments.js index 010b8dbfc..af3fe8dc2 100644 --- a/packages/example-forum/lib/modules/fragments.js +++ b/packages/example-forum/lib/modules/fragments.js @@ -43,19 +43,6 @@ registerFragment(` postCount # vulcan:comments commentCount - # vulcan:voting - downvotedComments { - ...VotedItem - } - downvotedPosts { - ...VotedItem - } - upvotedComments { - ...VotedItem - } - upvotedPosts { - ...VotedItem - } } `);