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);
|
return Ok(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(needed) delete the domain from the store
|
// Delete the active domain from the store
|
||||||
todo!(); // NEEDED
|
txn.remove_active_domain(&domain)?;
|
||||||
|
|
||||||
txn.commit()?;
|
txn.commit()?;
|
||||||
Ok(true)
|
Ok(true)
|
||||||
|
|
Loading…
Reference in New Issue