parent
cbf5663179
commit
da3447765b
22 changed files with 37 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as mongo from 'mongodb';
|
||||
import db from '../db/mongodb';
|
||||
import isObjectId from '../misc/is-objectid';
|
||||
import { deepcopy } from '../misc/deepcopy';
|
||||
import * as deepcopy from 'deepcopy';
|
||||
import { pack as packUser, IUser } from './user';
|
||||
|
||||
const Mute = db.get<IMute>('mute');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue