aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-11 17:56:01 -0400
committerIvan Chen <ivan@tagg.id>2021-05-11 17:56:01 -0400
commit17b8a3712ac34cb382c30864b4404f49118220a9 (patch)
treedf7568c6fcb7bdf2b8dccc5617b941caf4e4eea0
parent58ab56d0b03491dd062d09e2ee96fe8f88e74bc9 (diff)
fixed linter
-rw-r--r--src/services/CommentService.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/CommentService.ts b/src/services/CommentService.ts
index b21c6dfd..75bef2e4 100644
--- a/src/services/CommentService.ts
+++ b/src/services/CommentService.ts
@@ -8,7 +8,6 @@ import {
} from '../constants';
import {ERROR_FAILED_TO_COMMENT} from '../constants/strings';
import {
- CommentBaseType,
CommentThreadType,
CommentType,
ProfilePreviewType,