update ms to 3.0.0

This commit is contained in:
syuilo 2021-11-12 19:47:04 +09:00
parent 5e82064a7d
commit 9b876b30b2
33 changed files with 36 additions and 43 deletions

View file

@ -2,7 +2,7 @@ import $ from 'cafy';
import { ID } from '@/misc/cafy-id';
import deleteNote from '@/services/note/delete';
import define from '../../define';
import * as ms from 'ms';
import ms from 'ms';
import { getNote } from '../../common/getters';
import { ApiError } from '../../error';
import { Users } from '@/models/index';