summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-24 23:34:18 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-24 23:34:18 +0900
commit1a13c7e0b1cbc03064cc1710cc350875a77b24e0 (patch)
tree79a17668ce767876e117cb4b8d0d0ee8e23d2373 /src/server/api/endpoints/notes
parentwip (diff)
downloadsharkey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.tar.gz
sharkey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.tar.bz2
sharkey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.zip
wip
Diffstat (limited to 'src/server/api/endpoints/notes')
-rw-r--r--src/server/api/endpoints/notes/trend.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notes/trend.ts b/src/server/api/endpoints/notes/trend.ts
index 6c220fc922..48ecd5b843 100644
--- a/src/server/api/endpoints/notes/trend.ts
+++ b/src/server/api/endpoints/notes/trend.ts
@@ -2,7 +2,7 @@
* Module dependencies
*/
const ms = require('ms');
-import $ from 'cafy'; import ID from '../../../../cafy-id';
+import $ from 'cafy';
import Note, { pack } from '../../../../models/note';
/**