Skip to content

Commit

Permalink
bug: remove ExternIO::encode in CoreAppAgent (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el authored Jul 24, 2024
1 parent 8148598 commit 2618eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/hpos_connect_hc/src/hha_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ impl CoreAppAgent {
CoreAppRoleName::HHA.into(),
ZomeName::from("hha"),
FunctionName::from("enable_happ"),
ExternIO::encode(HappAndHost {
HappAndHost {
happ_id: happ_id.to_owned(),
holoport_id: holoport_id.to_owned(),
})?,
},
)
.await
}
Expand All @@ -170,10 +170,10 @@ impl CoreAppAgent {
CoreAppRoleName::HHA.into(),
ZomeName::from("hha"),
FunctionName::from("disable_happ"),
ExternIO::encode(HappAndHost {
HappAndHost {
happ_id: happ_id.to_owned(),
holoport_id: holoport_id.to_owned(),
})?,
},
)
.await
}
Expand Down

0 comments on commit 2618eda

Please sign in to comment.