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

@@ -2,7 +2,7 @@ import { Inject, Injectable } from '@nestjs/common';
import type { UsersRepository } from '@/models/index.js';
import type { ILocalUser, User } from '@/models/entities/User.js';
import { DI } from '@/di-symbols.js';
import { MetaService } from './MetaService.js';
import { MetaService } from '@/core/MetaService.js';
@Injectable()
export class ProxyAccountService {