Remove deepcopy dependency

This commit is contained in:
syuilo 2019-03-19 17:59:44 +09:00
parent b217fba235
commit cbf5663179
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
22 changed files with 22 additions and 37 deletions

View file

@ -25,7 +25,7 @@ import notesChart from '../../services/chart/notes';
import perUserNotesChart from '../../services/chart/per-user-notes';
import activeUsersChart from '../../services/chart/active-users';
import instanceChart from '../../services/chart/instance';
import * as deepcopy from 'deepcopy';
import { deepcopy } from '../../misc/deepcopy';
import { erase, concat } from '../../prelude/array';
import insertNoteUnread from './unread';