Skip to content

Commit b3812c3

Browse files
committed
feat: updated path import of definition reader
1 parent 148f033 commit b3812c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_definition/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl FlowUpdateService {
2424
let mut runtime_definitions = Vec::new();
2525
let mut flow_types = Vec::new();
2626

27-
let definitions = match code0_definition_reader::parser::Parser::from_path(definition_path)
27+
let definitions = match code0_definition_reader::package::Parser::from_path(definition_path)
2828
{
2929
Some(reader) => reader,
3030
None => {

0 commit comments

Comments
 (0)