Remove deepcopy dependency
This commit is contained in:
parent
b217fba235
commit
cbf5663179
22 changed files with 22 additions and 37 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import * as mongo from 'mongodb';
|
||||
import * as deepcopy from 'deepcopy';
|
||||
import { deepcopy } from '../misc/deepcopy';
|
||||
import db from '../db/mongodb';
|
||||
import isObjectId from '../misc/is-objectid';
|
||||
import { pack as packApp } from './app';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue