We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1e35b commit 7612920Copy full SHA for 7612920
1 file changed
Projects/Modules/Networks/Sources/DTO/Home/UpcomingResponse.swift
@@ -23,10 +23,10 @@ public struct UpcomingResponse: Decodable {
23
public struct UpcomingPlaceResponse: Decodable {
24
public let id: Int
25
public let estimatedDuration: Int
26
- public let place: PlaceDetailResponse
+ public let place: UpcomingPlaceDetailResponse
27
}
28
29
-public struct PlaceDetailResponse: Decodable {
+public struct UpcomingPlaceDetailResponse: Decodable {
30
public let googlePlaceId: String
31
public let thumbnail: String?
32
public let latitude: Double
0 commit comments