mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-17 06:03:39 +03:00
fix bug
This commit is contained in:
parent
bf15e1878c
commit
91ffb2d720
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user