Remove active domain after all pages are raked
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
6d109632a3
commit
06b3c54b81
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue