Skip to content

Commit 8101df2

Browse files
committed
fix: 프로필 업데이트 필드 위치 오류 수정
1 parent 0f4a63c commit 8101df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.example.log4u.domain.user.dto;
22

33
public record UserProfileUpdateRequestDto(
4-
String profileImage,
5-
String statusMessage
4+
String statusMessage,
5+
String profileImage
66
) {
77

88
}

0 commit comments

Comments
 (0)