Skip to content

Commit e7bb0c5

Browse files
committed
[fix]: 오타 해결
1 parent 32a19bf commit e7bb0c5

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

.idea/deploymentTargetSelector.xml

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/kuit/ourmenu/data/model/map/response/MapMenuDetailResponse.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import kotlinx.serialization.Serializable
66
@Serializable
77
data class MapMenuDetailResponse(
88
@SerialName("menuId")
9-
val menuId: Int,
9+
val menuId: Long,
1010
@SerialName("menuTitle")
1111
val menuTitle: String,
1212
@SerialName("storeTitle")
13-
val storeTitld: String,
13+
val storeTitle: String,
1414
@SerialName("menuPrice")
1515
val menuPrice: Int,
1616
@SerialName("menuPinImgUrl")

0 commit comments

Comments
 (0)