From f70ccf641aa39283a8c614e905d48ece41239762 Mon Sep 17 00:00:00 2001 From: PepeFranco Date: Tue, 31 Oct 2017 13:29:44 -0600 Subject: [PATCH] Fixed lint issue --- graph/mutators/action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;