主文档空间文档历史revision显示bugfix

This commit is contained in:
xiaoqi.cxq 2022-10-06 04:10:25 +08:00
parent f71cef4d9f
commit e7fa160383

View File

@ -250,11 +250,12 @@ export default new Provider({
token, token,
contentId, contentId,
fileSyncDataId, fileSyncDataId,
revisionId,
}) { }) {
const { data } = await giteeHelper.downloadFile({ const { data } = await giteeHelper.downloadFile({
owner: token.name, owner: token.name,
repo: appDataRepo, repo: appDataRepo,
branch: appDataBranch, branch: revisionId,
token, token,
path: fileSyncDataId, path: fileSyncDataId,
}); });