mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 20:24:21 +02:00
Remove deepcopy dependency
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as mongo from 'mongodb';
|
||||
import db from '../db/mongodb';
|
||||
import isObjectId from '../misc/is-objectid';
|
||||
import * as deepcopy from 'deepcopy';
|
||||
import { deepcopy } from '../misc/deepcopy';
|
||||
import { pack as packUser, IUser } from './user';
|
||||
|
||||
const Mute = db.get<IMute>('mute');
|
||||
|
||||
Reference in New Issue
Block a user