Fixed lint issue

This commit is contained in:
PepeFranco
2017-10-31 13:29:44 -06:00
parent dd4e3d7ec8
commit f70ccf641a
+1 -1
View File
@@ -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;