Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 백엔드 총괄<br/>초기 세팅<br/>알림 기능 구현 | 과제 관련 기능 구현 | 팀 과제 세부 기능 구현 | 로그인 기능 구현<br/>배포 및 운영 환경 구성 | 유저 관련 기능 구현 |

## ⚙️ 시스템 구성도
<img width="1639" height="621" alt="Group 3" src="https://github.com/user-attachments/assets/70094c33-b732-4769-a033-5d23246b408c" />
<img width="1639" height="621" alt="Group 3" src="https://github.com/user-attachments/assets/48898d5b-61b2-4761-9a12-b83c5d44e92c" />
<br>


Expand Down
2 changes: 1 addition & 1 deletion src/services/task.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TaskService {
if (!folder) throw new NotFoundError("존재하지 않는 폴더입니다.");
}

let targetFolderId = folderId; // 최종적으로 저장될 폴더 ID
let targetFolderId = folderId;

if (taskData.type === 'TEAM') {
// 1. 팀 과제라면 무조건 '팀' 폴더를 찾습니다.
Expand Down