Skip to content

Commit

Permalink
fix(search): correctly type automaticRadius field of search response
Browse files Browse the repository at this point in the history
Fix #539

[changelog]
  • Loading branch information
aseure committed Oct 7, 2019
1 parent 5a69022 commit 28548f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/algolia/responses/SearchResult.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ case class SearchResult(hits: Seq[JObject],
params: String,
message: Option[String],
aroundLatLng: Option[String],
automaticRadius: Option[Int],
automaticRadius: Option[String],
facets_stats: Option[Map[String, Float]],
// For getRankingInfo
serverUsed: Option[String],
Expand Down

0 comments on commit 28548f8

Please sign in to comment.