summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/ProxyAccountService.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-04 10:16:03 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-04 10:16:03 +0900
commit22ccb0fa716a84560c8599781647baaaeb8e80bd (patch)
tree2c89d24ad7fd3ee46c4edc434fa54f189eba2ae9 /packages/backend/src/core/ProxyAccountService.ts
parentFix forkbomb 2 (diff)
downloadsharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.gz
sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.bz2
sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.zip
refactor
Diffstat (limited to 'packages/backend/src/core/ProxyAccountService.ts')
-rw-r--r--packages/backend/src/core/ProxyAccountService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/ProxyAccountService.ts b/packages/backend/src/core/ProxyAccountService.ts
index 07d8d0dbd5..4cbdadd029 100644
--- a/packages/backend/src/core/ProxyAccountService.ts
+++ b/packages/backend/src/core/ProxyAccountService.ts
@@ -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 {