mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
Fixed lint issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user