Removed "type" from tree item response models (#15862)

This commit is contained in:
Kenn Jacobsen
2024-03-15 10:37:32 +01:00
committed by GitHub
parent ab3e420cd2
commit 7964f33d0d
10 changed files with 3 additions and 34 deletions

View File

@@ -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;
}