Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update crates/cli/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
musitdev and tuommaki authored Jan 19, 2024
1 parent 6fe08a2 commit d90531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub async fn run_exec_command(
payload: Payload::Run {
workflow: Workflow { steps },
},
//TODO define nonce use
// NOTE: In the devnet `nonce` is just a placeholder for the future.
nonce: 42,
..Default::default()
};
Expand Down

0 comments on commit d90531f

Please sign in to comment.