From 662167e792351baa773ff769fbf56eb0a767731a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 18 Mar 2019 02:21:29 +0900 Subject: [PATCH] Remove unused import --- src/models/note-reaction.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/note-reaction.ts b/src/models/note-reaction.ts index dc741614a..4e449b400 100644 --- a/src/models/note-reaction.ts +++ b/src/models/note-reaction.ts @@ -1,5 +1,4 @@ import * as mongo from 'mongodb'; -import $ from 'cafy'; import * as deepcopy from 'deepcopy'; import db from '../db/mongodb'; import isObjectId from '../misc/is-objectid';