Skip to content

Commit 12a0f3f

Browse files
committed
feat(oauth): 주석 수정
1 parent 99c877e commit 12a0f3f

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,4 +1,4 @@
1-
package com.somemore.global.auth.oauth.naver.dto;
1+
package com.somemore.global.auth.oauth.dto;
22

33
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
44
import com.fasterxml.jackson.databind.PropertyNamingStrategies;
@@ -12,7 +12,7 @@ public record NaverUserProfileResponseDto(
1212
) {
1313
@JsonIgnoreProperties(ignoreUnknown = true)
1414
public record Response(
15-
String id // 일련 번호
15+
String id // OAuth ID
1616
) {
1717
}
1818
}

0 commit comments

Comments
 (0)