Skip to content

Commit

Permalink
Fix media location field
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirai0505 committed Oct 3, 2017
1 parent 763425d commit 60643c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package com.yukihirai0505.sInstagram.responses.common
import play.api.libs.json._

case class MediaLocation(
id: Option[Int],
id: Option[Long],
latitude: Option[Double],
longitude: Option[Double],
name: Option[String]
Expand Down

0 comments on commit 60643c1

Please sign in to comment.