Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Dec 17, 2024
1 parent c2e3bae commit 2563e70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kinode/packages/kns-indexer/kns-indexer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 2563e70

Please sign in to comment.