diff --git a/quickpeep_raker/src/raking/task.rs b/quickpeep_raker/src/raking/task.rs index c3b2682..62b60f1 100644 --- a/quickpeep_raker/src/raking/task.rs +++ b/quickpeep_raker/src/raking/task.rs @@ -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)