Skip to content

Commit

Permalink
Merge pull request #9 from ProvableHQ/feature/mapping-lib-json-tweak
Browse files Browse the repository at this point in the history
Tweak InputJSON implementation.
  • Loading branch information
d0cd authored Jul 24, 2024
2 parents b49e5be + 7268c88 commit d501510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block-parser/src/block_json/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ impl InputJSON {
// Get the value of the input.
let value = match json
.get("value")
.or_else(|| json.get("tag"))
.and_then(|v| v.as_str())
{
Some(value) => Some(value.to_string()),
Expand Down

0 comments on commit d501510

Please sign in to comment.