mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: take token for gitea
This commit is contained in:
parent
a9fb8b85b1
commit
c786222486
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export const Gitea: Platform = {
|
|||
},
|
||||
async getTreeData(metaData, path, recursive, accessToken) {
|
||||
const { userName, repoName, branchName } = metaData
|
||||
const treeData = await API.getTreeData(userName, repoName, branchName, recursive)
|
||||
const treeData = await API.getTreeData(userName, repoName, branchName, recursive, accessToken)
|
||||
|
||||
const root = processTree(
|
||||
treeData.tree.map(item => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue