Finish removing profile command and related data (#10807)

This commit is contained in:
Jakub Žádník
2023-10-22 14:06:53 +03:00
committed by GitHub
parent a01ef85bda
commit a35ecb4837
10 changed files with 28 additions and 150 deletions

View File

@ -266,9 +266,9 @@ impl Command for Ls {
_ => Some(Value::nothing(call_span)),
})
.into_pipeline_data_with_metadata(
Box::new(PipelineMetadata {
PipelineMetadata {
data_source: DataSource::Ls,
}),
},
engine_state.ctrlc.clone(),
))
}