Skip to content

Commit

Permalink
Fix: #279 누락된 핸들러 내부 이미지 파일 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Dec 7, 2024
1 parent d4c5670 commit 06d4a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/services/userServiceHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const userServiceHandler = [
);
}

USER_DUMMY[userIndex].profileImageName = null;
USER_DUMMY[userIndex].fileName = null;

const fileIndex = PROFILE_IMAGE_DUMMY.findIndex((file) => file.userId === userId);
if (fileIndex === -1) {
Expand Down

0 comments on commit 06d4a1c

Please sign in to comment.