more clean up

This commit is contained in:
hosted-fornet 2024-12-16 17:26:25 -08:00
parent c2e3bae054
commit 2563e700de

View File

@ -118,14 +118,6 @@ impl From<WitKnsUpdate> for net::KnsUpdate {
}
}
//// note: not defined in wit api right now like IndexerRequest.
//#[derive(Clone, Debug, Serialize, Deserialize)]
//enum IndexerResponse {
// Name(Option<String>),
// NodeInfo(Option<net::KnsUpdate>),
// GetState(State),
//}
#[derive(Debug, thiserror::Error)]
enum KnsError {
#[error("Parent node for note not found")]