This commit is contained in:
syuilo 2022-12-04 10:16:03 +09:00
parent 14221e78b7
commit 22ccb0fa71
93 changed files with 157 additions and 157 deletions

View file

@ -4,7 +4,7 @@ import type { ILocalUser } from '@/models/entities/User.js';
import type { UsersRepository } from '@/models/index.js';
import { Cache } from '@/misc/cache.js';
import { DI } from '@/di-symbols.js';
import { CreateSystemUserService } from './CreateSystemUserService.js';
import { CreateSystemUserService } from '@/core/CreateSystemUserService.js';
const ACTOR_USERNAME = 'instance.actor' as const;