From da3447765bc12b02b7f09cab61d42becba3ee288 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 19 Mar 2019 18:47:14 +0900 Subject: Revert "Remove deepcopy dependency" This reverts commit cbf5663179c60abb6d9f1a612027065432500643. --- src/models/note-reaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/note-reaction.ts') diff --git a/src/models/note-reaction.ts b/src/models/note-reaction.ts index aaa0c48664..4e449b400c 100644 --- a/src/models/note-reaction.ts +++ b/src/models/note-reaction.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 Reaction from './note-reaction'; -- cgit v1.2.3-freya