Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Nov 5, 2024
1 parent 2a3aa2a commit 798bb9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/context/config/src/client/env/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use mutate::ContextProxyMutate;
use query::ContextProxyQuery;

#[derive(Copy, Clone, Debug)]
pub enum ContextConfig {}
pub enum ContextProxy {}

impl<'a, T: 'a> Environment<'a, T> for ContextConfig {
impl<'a, T: 'a> Environment<'a, T> for ContextProxy {
type Query = ContextProxyQuery<'a, T>;
type Mutate = ContextProxyMutate<'a, T>;

Expand Down
2 changes: 1 addition & 1 deletion crates/node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ impl Node {
}
}

todo!()
Ok(())
}

async fn handle_state_delta(
Expand Down

0 comments on commit 798bb9c

Please sign in to comment.