Removed "type" from tree item response models (#15862)
This commit is contained in:
@@ -18,6 +18,4 @@ public class ScriptTreeControllerBase : FileSystemTreeControllerBase
|
||||
throw new ArgumentException("Missing scripts file system", nameof(fileSystems));
|
||||
|
||||
protected override IFileSystem FileSystem { get; }
|
||||
|
||||
protected override string ItemType(string path) => Constants.UdiEntityType.Script;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user