summaryrefslogtreecommitdiff
path: root/src/models/follow-request.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/follow-request.ts')
-rw-r--r--src/models/follow-request.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/follow-request.ts b/src/models/follow-request.ts
index 8f7c2b0f60..4f75c63a32 100644
--- a/src/models/follow-request.ts
+++ b/src/models/follow-request.ts
@@ -1,5 +1,5 @@
import * as mongo from 'mongodb';
-import { deepcopy } from '../misc/deepcopy';
+import * as deepcopy from 'deepcopy';
import db from '../db/mongodb';
import isObjectId from '../misc/is-objectid';
import { pack as packUser } from './user';