chore: Remove the todoes that we have done.

Leaving in the thing about  the rpc client because that will be part of the rewrite, and some of the previous logic should be usefull for the next version of the api. We do need a bidirection but that should world
This commit is contained in:
J H
2023-11-13 10:55:39 -07:00
parent 94d22ed1aa
commit 38a624fecf

View File

@@ -31,9 +31,6 @@ pub struct PersistentContainer {
procedures: Mutex<Vec<(ProcedureName, ProcedureId)>>,
}
// BLUJ TODO Need to get the only action is this and not procedure/<docker,js_scripts>
// BLUJ Modify the rpc client to match the new type
impl PersistentContainer {
#[instrument(skip_all)]
pub async fn init(seed: &Arc<ManagerSeed>) -> Result<Self, Error> {