Fix bug
This commit is contained in:
parent
19f6af475a
commit
5415b67baa
15 changed files with 15 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import * as mongo from 'mongodb';
|
||||
import deepcopy = require('deepcopy');
|
||||
import * as deepcopy from 'deepcopy';
|
||||
import db from '../db/mongodb';
|
||||
|
||||
const UserList = db.get<IUserList>('userList');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue