Skip to content

Commit

Permalink
fix metadata.default_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
amerelo committed Jun 21, 2022
1 parent 93e0ec0 commit 2a8e3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csml_interpreter/src/interpreter/variable_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ fn get_flow_context(data: &mut Data, interval: Interval) -> HashMap<String, Lite

flow_context.insert(
"default_flow".to_owned(),
PrimitiveString::get_literal(&data.context.flow, interval),
PrimitiveString::get_literal(&data.default_flow, interval),
);

if let Some(previous_info) = &data.previous_info {
Expand Down

0 comments on commit 2a8e3ba

Please sign in to comment.