Skip to content

Commit f547ec7

Browse files
fix(specs): ingestion expected and received events type [skip-bc] (generated)
algolia/api-clients-automation#4356 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e821c45 commit f547ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/algoliasearch/ingestion/RunProgress.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ package algoliasearch.ingestion
2222
/** RunProgress
2323
*/
2424
case class RunProgress(
25-
expectedNbOfEvents: Option[Int] = scala.None,
26-
receivedNbOfEvents: Option[Int] = scala.None
25+
expectedNbOfEvents: Int,
26+
receivedNbOfEvents: Int
2727
)

0 commit comments

Comments
 (0)