Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Jun 12, 2023
1 parent 6d922c9 commit 407d3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prql-compiler/prqlc/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ impl Command {
combine_prql_and_frames(&source, frames).as_bytes().to_vec()
}
Command::Eval(_) => {
let stmts = prql_to_pl_tree(&sources)?;
let stmts = prql_to_pl_tree(sources)?;

let mut res = String::new();

Expand Down

0 comments on commit 407d3e3

Please sign in to comment.