summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/CaptchaService.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-09-21 05:33:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-09-21 05:33:11 +0900
commit01d4d55e78fd977b9d44a68a2504e6091d346b7a (patch)
tree09b2b1e4c6857ba65b3930ba396c7c68205a8a08 /packages/backend/src/core/CaptchaService.ts
parentadd test for metaService (diff)
downloadsharkey-01d4d55e78fd977b9d44a68a2504e6091d346b7a.tar.gz
sharkey-01d4d55e78fd977b9d44a68a2504e6091d346b7a.tar.bz2
sharkey-01d4d55e78fd977b9d44a68a2504e6091d346b7a.zip
fix import type
Diffstat (limited to 'packages/backend/src/core/CaptchaService.ts')
-rw-r--r--packages/backend/src/core/CaptchaService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/CaptchaService.ts b/packages/backend/src/core/CaptchaService.ts
index b1b52fd6a9..67b4b90061 100644
--- a/packages/backend/src/core/CaptchaService.ts
+++ b/packages/backend/src/core/CaptchaService.ts
@@ -1,7 +1,7 @@
import { Inject, Injectable } from '@nestjs/common';
import { DI } from '@/di-symbols.js';
import type { UsersRepository } from '@/models/index.js';
-import { Config } from '@/config.js';
+import type { Config } from '@/config.js';
import { HttpRequestService } from './HttpRequestService.js';
type CaptchaResponse = {