Remove active domain after all pages are raked
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2022-03-20 22:24:35 +00:00
parent 6d109632a3
commit 06b3c54b81
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ impl TaskContext {
return Ok(false);
}
// TODO(needed) delete the domain from the store
todo!(); // NEEDED
// Delete the active domain from the store
txn.remove_active_domain(&domain)?;
txn.commit()?;
Ok(true)