mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
fix: mochaが動かないため拡張子なしに戻した
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import config from '@/config/index.js';
|
||||
import { User } from '@/models/entities/user.js';
|
||||
import config from '@/config/index';
|
||||
import { User } from '@/models/entities/user';
|
||||
|
||||
export default (user: { id: User['id'] }, target: any, object: any) => ({
|
||||
type: 'Remove',
|
||||
|
||||
Reference in New Issue
Block a user