Fixed name of type

This commit is contained in:
Jack Wright 2025-04-08 14:16:15 -07:00
parent 5d79e816a1
commit c5d57ad830
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ impl CustomValue for NuDataTypeCustomValue {
}
fn type_name(&self) -> String {
"NuDataFrame".into()
"NuDataType".into()
}
fn to_base_value(&self, span: Span) -> Result<Value, ShellError> {