Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
materialize-mongodb: don't send a batch if there were 0 documents
When setting a `notBefore` configuration there will be transactions with 0 stored documents. This adds a condition to prevent a panic trying to send a batch in Store when there aren't any documents to store.
- Loading branch information