Skip to content

Commit

Permalink
Fixed a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasman committed Nov 10, 2017
1 parent ec9fcf4 commit f4da30a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Sources/VehicleConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ open class VehicleConfig: Codable {

enum CodingKeys: String, CodingKey {

<<<<<<< HEAD
case carSpecialType = "car_special_type"
case carType = "car_type"
case euVehicleBool = "eu_vehicle"
Expand All @@ -58,31 +57,6 @@ open class VehicleConfig: Codable {
case timeStamp = "timestamp"//, TeslaTimeStampTransform())
case trimBadging = "trim_badging"
case wheelType = "wheel_type"
=======
}

open func mapping(map: Map) {

carSpecialType <- map["car_special_type"]
carType <- map["car_type"]
euVehicle <- map["eu_vehicle"]
exteriorColor <- map["exterior_color"]
hasLudicoursMode <- map["has_ludicrous_mode"]
motorizedChargePort <- map["motorized_charge_port"]
perfConfig <- map["perf_config"]
plg <- map["plg"]
rearSeatHeaters <- map["rear_seat_heaters"]
rearSeatType <- map["rear_seat_type"]
rhd <- map["rhd"]
roofColor <- map["roof_color"]
seatType <- map["seat_type"]
spoilerType <- map["spoiler_type"]
sunRoofInstalled <- map["sun_roof_installed"]
thirdRowSeats <- map["third_row_seats"]
timeStamp <- (map["timestamp"], TeslaTimeStampTransform())
trimBadging <- map["trim_badging"]
wheelType <- map["wheel_type"]
>>>>>>> master
}

}

0 comments on commit f4da30a

Please sign in to comment.