Skip to content

Commit

Permalink
Add long instead of lat. Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Koska committed Jul 27, 2017
1 parent 4073527 commit ae00831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class FacebookAttachmentPayload: JSONConvertible {
} else if let coordinatesLat = coordinatesLat, let coordinatesLong = coordinatesLong {
var coordinates = JSON()
try coordinates.set("lat", coordinatesLat)
try coordinates.set("lat", coordinatesLong)
try coordinates.set("long", coordinatesLong)

try json.set("coordinates", coordinates)
}
Expand Down

0 comments on commit ae00831

Please sign in to comment.