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
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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 { pack as packFolder } from './drive-folder';
import { pack as packUser } from './user';
import monkDb, { nativeDbConn } from '../db/mongodb';