Closed nakyeonko3 closed 1 day ago
이 PR은 응답 데이터 구조 처리를 수정하여 TTS 프로젝트 저장 기능의 버그를 수정합니다. 변경 사항은 중첩된 응답 객체 구조에서 TTS 프로젝트 데이터를 올바르게 액세스할 수 있도록 보장합니다.
sequenceDiagram
actor User
participant Client
participant Server
User->>Client: Save TTS Project
Client->>Server: POST /tts/save with TTSSaveDto
Server-->>Client: Response with data.ttsProject
Client->>User: Display success message if data.ttsProject exists
Client->>User: Display error message if data.ttsProject is missing
변경 사항 | 세부 사항 | 파일 |
---|---|---|
TTS 프로젝트 저장 기능에서 응답 데이터 구조 처리 업데이트 |
|
src/api/ttsApi.ts |
Visit the preview URL for this PR (updated for commit 348a4e2):
https://aipark-four-t--236-5ttg5thq.web.app
(expires Thu, 05 Dec 2024 07:59:25 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 0a4b3ef6ecc2c695a6a0d6ade46651e032870a9f
Sourcery에 의한 요약
버그 수정:
Original summary in English
## Summary by Sourcery Bug Fixes: - Fix the issue where saving a TTS project would create and save a new project instead of updating the existing one.