Skip to content

Commit

Permalink
fix(specs): ingestion expected and received events type [skip-bc] (ge…
Browse files Browse the repository at this point in the history
…nerated)

algolia/api-clients-automation#4356

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Jan 13, 2025
1 parent e821c45 commit f547ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/algoliasearch/ingestion/RunProgress.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ package algoliasearch.ingestion
/** RunProgress
*/
case class RunProgress(
expectedNbOfEvents: Option[Int] = scala.None,
receivedNbOfEvents: Option[Int] = scala.None
expectedNbOfEvents: Int,
receivedNbOfEvents: Int
)

0 comments on commit f547ec7

Please sign in to comment.