From 52ae413c19744a19ad56aa7da744fc40a5bc65ba Mon Sep 17 00:00:00 2001 From: WangDL Date: Fri, 22 May 2026 23:15:24 +0800 Subject: [PATCH] fix: remove duplicate TimeoutInterceptor import --- src/app.module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index 02aa149..514a6d4 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -54,7 +54,6 @@ import { ResponseInterceptor } from './common/interceptors/response.interceptor' import { TraceIdInterceptor } from './common/interceptors/trace-id.interceptor'; import { TimeoutInterceptor } from './common/interceptors/timeout.interceptor'; import { AppThrottleModule } from './common/throttle/throttle.module'; -import { TimeoutInterceptor } from './common/interceptors/timeout.interceptor'; import { AppThrottleModule } from './common/throttle/throttle.module'; import { AiAnalysisWorker } from './workers/ai-analysis.worker';