summaryrefslogtreecommitdiff
path: root/src/api/endpoints/following/create.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-05 12:00:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-05 12:00:39 +0900
commit17a23c3eb508bd15bc68999f448224eb7cc64354 (patch)
treeef7ece8bf80ea957981856746b30be9beac544af /src/api/endpoints/following/create.ts
parentClean up :sparkles: (diff)
downloadsharkey-17a23c3eb508bd15bc68999f448224eb7cc64354.tar.gz
sharkey-17a23c3eb508bd15bc68999f448224eb7cc64354.tar.bz2
sharkey-17a23c3eb508bd15bc68999f448224eb7cc64354.zip
Use cafy
Diffstat (limited to 'src/api/endpoints/following/create.ts')
-rw-r--r--src/api/endpoints/following/create.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/following/create.ts b/src/api/endpoints/following/create.ts
index 7991f5fd97..45c93ef056 100644
--- a/src/api/endpoints/following/create.ts
+++ b/src/api/endpoints/following/create.ts
@@ -1,7 +1,7 @@
/**
* Module dependencies
*/
-import it from '../../it';
+import it from 'cafy';
import User from '../../models/user';
import Following from '../../models/following';
import notify from '../../common/notify';