Skip to content

Commit

Permalink
unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed Jun 24, 2024
1 parent 17c0563 commit 4455f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/examples/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn main() -> eyre::Result<()> {
let cx = logic::VMContext {
input: serde_json::to_vec(&json!({}))?,
};
let get_outcome = run(file, "foo", cx, &mut storage, &limits)?;
let get_outcome = run(file, "fetch", cx, &mut storage, &limits)?;
let returns = String::from_utf8(get_outcome.returns.unwrap().unwrap()).unwrap();
println!("{returns}");

Expand Down

0 comments on commit 4455f4b

Please sign in to comment.