enable errors in updates

This commit is contained in:
marin postma 2021-06-21 18:42:47 +02:00
parent 56686dee40
commit 1e4592dd7e
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
7 changed files with 52 additions and 86 deletions

View file

@ -30,7 +30,7 @@ use self::error::IndexControllerError;
mod dump_actor;
pub mod error;
mod index_actor;
pub mod index_actor;
mod snapshot;
mod update_actor;
mod updates;