diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-02 23:21:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-02 23:21:04 +0900 |
| commit | d88f096e6bd410af4a153e122b1eb6a75f9bb808 (patch) | |
| tree | c3aaf8239506252df6179c04dda05dbab491a1ca /src/server/api/endpoints | |
| parent | Make migration scripts (diff) | |
| download | sharkey-d88f096e6bd410af4a153e122b1eb6a75f9bb808.tar.gz sharkey-d88f096e6bd410af4a153e122b1eb6a75f9bb808.tar.bz2 sharkey-d88f096e6bd410af4a153e122b1eb6a75f9bb808.zip | |
Fix: Remove unused imports
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/aggregation/users/followers.ts | 1 | ||||
| -rw-r--r-- | src/server/api/endpoints/aggregation/users/following.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/endpoints/aggregation/users/followers.ts b/src/server/api/endpoints/aggregation/users/followers.ts index f9a5e8dca8..7ccb2a3066 100644 --- a/src/server/api/endpoints/aggregation/users/followers.ts +++ b/src/server/api/endpoints/aggregation/users/followers.ts @@ -2,7 +2,6 @@ * Module dependencies */ import $ from 'cafy'; -import { ObjectID } from 'mongodb'; import User from '../../../../../models/user'; import FollowedLog from '../../../../../models/followed-log'; diff --git a/src/server/api/endpoints/aggregation/users/following.ts b/src/server/api/endpoints/aggregation/users/following.ts index b30b1282ba..45e246495b 100644 --- a/src/server/api/endpoints/aggregation/users/following.ts +++ b/src/server/api/endpoints/aggregation/users/following.ts @@ -2,7 +2,6 @@ * Module dependencies */ import $ from 'cafy'; -import { ObjectID } from 'mongodb'; import User from '../../../../../models/user'; import FollowingLog from '../../../../../models/following-log'; |