diff --git a/graph/mutators/action.js b/graph/mutators/action.js index cc1fc0030..50d62225a 100644 --- a/graph/mutators/action.js +++ b/graph/mutators/action.js @@ -41,7 +41,7 @@ const createAction = async ({user = {}, pubsub, loaders: {Comments}}, {item_id, } if (comment) { - pubsub.publish('commentFlagged', comment); + pubsub.publish('commentFlagged', comment); } return action;