Chore: push 테스트

This commit is contained in:
UNGGU0704 2025-06-18 18:00:21 +09:00
parent f12d1d5a8c
commit 227f23922c

View File

@ -168,7 +168,7 @@ public class ExternalPlatformAdapter implements ExternalPlatformPort {
// 실제 카카오 응답 구조 확인 // 실제 카카오 응답 구조 확인
if (!root.has("success") || !root.get("success").asBoolean()) { if (!root.has("success") || !root.get("success").asBoolean()) {
log.warn("카카오 API 호출 실패: {}", root.path("message").asText()); log.warn("카카오 API 호출 실패:: {}", root.path("message").asText());
updateSyncStatusWithCache(storeId, platform, "FAILED", 0); updateSyncStatusWithCache(storeId, platform, "FAILED", 0);
return 0; return 0;
} }