Skip to content

Commit

Permalink
[Chore] #319 - Res 기본값 설정해둔 거 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
EunsuSeo01 committed Dec 26, 2024
1 parent 1b1057e commit 95efb19
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ struct GetHankkiDetailResponseData: Codable {
let isLiked: Bool
let imageUrls: [String]
let menus: [MenuData]
let latitude: Double = 37.502802
let longitude: Double = 127.0841337
let categoryImageUrl: String = ""
let latitude: Double
let longitude: Double
let categoryImageUrl: String
}

struct MenuData: Codable {
Expand Down

0 comments on commit 95efb19

Please sign in to comment.