return 주석처리

This commit is contained in:
basssy 2024-11-26 09:35:26 +09:00
parent 140df034e4
commit 0d87b68bfa

View File

@ -194,7 +194,7 @@ export const useEstimateController = (planNo) => {
console.log('최종 정보::;', estimateData) console.log('최종 정보::;', estimateData)
//2. 상세데이터 저장 //2. 상세데이터 저장
return // return
try { try {
await promisePost({ url: `${ESTIMATE_API_ENDPOINT}/save-estimate`, data: estimateData }).then((res) => { await promisePost({ url: `${ESTIMATE_API_ENDPOINT}/save-estimate`, data: estimateData }).then((res) => {
if (res.status === 201) { if (res.status === 201) {