Просмотр исходного кода

fix(auth): 删除未使用的导入

删除 talent-auth.middleware.ts 中未使用的导入:
- parseWithAwait
- TalentUserResponseSchema

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 5 часов назад
Родитель
Сommit
d9ffb67f16

+ 0 - 2
packages/core-module/auth-module/src/middleware/talent-auth.middleware.ts

@@ -3,8 +3,6 @@ import { AuthService } from '../services/index';
 import { UserService } from '../../../user-module/src/services/index';
 import { AppDataSource } from '@d8d/shared-utils';
 import { AuthContext, UserType } from '@d8d/shared-types';
-import { parseWithAwait } from '@d8d/shared-utils';
-import { TalentUserResponseSchema } from '../schemas/index';
 
 export async function talentAuthMiddleware(c: Context<AuthContext>, next: Next) {
   try {