Revert "Remove deepcopy dependency"

This reverts commit cbf5663179.
This commit is contained in:
syuilo
2019-03-19 18:47:14 +09:00
parent cbf5663179
commit da3447765b
22 changed files with 37 additions and 22 deletions

View File

@@ -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 packApp } from './app';