Skip to content

Commit

Permalink
feat(index): add primary param to Index (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 21, 2021
1 parent ddce033 commit 7452f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/algolia/responses/Indices.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ case class Index(
fileSize: Int,
lastBuildTimeS: Int,
numberOfPendingTasks: Int,
pendingTask: Boolean
pendingTask: Boolean,
primary: Option[String] = None
)

0 comments on commit 7452f35

Please sign in to comment.