Skip to content

Commit

Permalink
#213: LocationCoordinateRequestValue 프로퍼티 타입 Float > String 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed Mar 27, 2023
1 parent b60997d commit 03c1d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zatch/Domain/UseCase/Map/LocationCoordinateRequestValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

struct LocationCoordinateRequestValue {
let x: Float
let y: Float
let x: String
let y: String
}

0 comments on commit 03c1d83

Please sign in to comment.