1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-17 06:03:39 +03:00
This commit is contained in:
Kerwin Bryant 2024-12-27 06:31:28 +00:00
parent bf15e1878c
commit 91ffb2d720

View File

@ -39,6 +39,7 @@ async function loadChildren(item, recursive?: boolean) {
isFile: i.isFile,
htmlUrl: i.html_url,
path: i.path,
children: i.children,
}));
}
return null;