From 8458a9aecc160cca60e88d7809026395a2d9bb91 Mon Sep 17 00:00:00 2001 From: gaba Date: Thu, 20 Apr 2017 12:29:21 -0700 Subject: [PATCH] fixed lint error. --- graph/mutators/comment.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/graph/mutators/comment.js b/graph/mutators/comment.js index 930417c5c..096db4913 100644 --- a/graph/mutators/comment.js +++ b/graph/mutators/comment.js @@ -5,8 +5,6 @@ const ActionsService = require('../../services/actions'); const CommentsService = require('../../services/comments'); const linkify = require('linkify-it')(); -const TagModel = require('../../models/tag'); - const Wordlist = require('../../services/wordlist'); /**