Skip to content

Commit 8e362f6

Browse files
committed
[BOOK-275] fix: DTO 필드명 수정
1 parent 30ab43e commit 8e362f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ocr/src/main/kotlin/com/ninecraft/booket/core/ocr/model/CloudVisionResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import kotlinx.serialization.Serializable
44

55
@Serializable
66
data class CloudVisionResponse(
7-
val response: List<AnnotateImageResponse>,
7+
val responses: List<AnnotateImageResponse>,
88
)
99

1010
@Serializable

0 commit comments

Comments
 (0)