Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mqxf committed Nov 10, 2023
1 parent a2785d9 commit 3c12ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/constructor/src/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mod wasm {
previous = Some(call.process(previous));
}

previous.and_then(|res| res.1).flatten()
previous.and_then(|res| res.1)
}

fn value(self) -> Option<Vec<u8>> {
Expand Down

0 comments on commit 3c12ff5

Please sign in to comment.