[KC-103] 추론 실행 배치 오류 수정

This commit is contained in:
2026-01-13 14:42:53 +09:00
parent c3e3d2889c
commit 596da6b88e

View File

@@ -54,7 +54,7 @@ public class MapSheetInferenceJobService {
public void runBatch() { public void runBatch() {
if ("local".equalsIgnoreCase(profile)) { if ("local".equalsIgnoreCase(profile)) {
// return; return;
} }
try { try {