Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Oct 24, 2023
1 parent a19b492 commit 44a0681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/workflow_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ pub fn get_template_version<T: AsRef<Path>>(
};

let workflow_json_value: Value = serde_json::from_str(workflow_json_string.as_str())?;

let v = if let Some(meta_info) = workflow_json_value.get(SystemFields::MetaInfo.as_str()) {
if let Some(version_value) = meta_info.get("template_version") {
if let Some(v) = version_value.as_str() {
Expand Down

0 comments on commit 44a0681

Please sign in to comment.