Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 8, 2024
1 parent 066a2b1 commit b77eb38
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dnas/plenty/zomes/integrity/orders/src/household_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub fn validate_create_link_household_to_household_orders(
.ok_or(wasm_error!(WasmErrorInner::Guest(
"No action hash associated with link".to_string()
)))?;
let record = must_get_valid_record(base_hash)?;
let record = must_get_valid_record(base_hash.clone())?;
let _household: Household = record
.entry()
.to_app_option()
Expand Down
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b77eb38

Please sign in to comment.