Merge pull request #10424 from owncloud/remove-todo-from-trashbin

[tests-only]removed to do comment inside Trashbin
This commit is contained in:
Sawjan Gurung
2024-10-28 15:24:18 +05:45
committed by GitHub

View File

@@ -721,7 +721,6 @@ class TrashbinContext implements Context {
);
if (\count($sections) !== 1) {
// TODO: handle deeper structures
$listing = $this->listTrashbinFolderCollection($user, \basename(\rtrim($firstEntry['href'], '/')));
} else {
$listing = [];