summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-10-14 18:13:39 +0900
committerjoonhoekim <26rote@gmail.com>2025-10-14 18:13:39 +0900
commit6acb316af6041f093532a778f66960fc196e1547 (patch)
treef0bedd879facc5ff59efca78eda14af7bc2621e1 /app
parent1b038cb6413a6a579c58beb71eca83fa6657c1d4 (diff)
(김준회) 빌드간 에러 메시지 처리를 위한 불필요함수 mocking 함수 추가
Diffstat (limited to 'app')
-rw-r--r--app/api/nonsap-sync/status/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/nonsap-sync/status/route.ts b/app/api/nonsap-sync/status/route.ts
index 0a847904..1f0f076b 100644
--- a/app/api/nonsap-sync/status/route.ts
+++ b/app/api/nonsap-sync/status/route.ts
@@ -1,5 +1,5 @@
import { NextResponse } from 'next/server';
-import { getSyncProgressEnhanced } from '../../../../lib/nonsap-sync/enhanced-sync-service';
+import { getSyncProgressEnhanced } from '@/lib/nonsap-sync/enhanced-sync-service';
export async function GET() {
try {