主文档空间文档历史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,
contentId,
fileSyncDataId,
revisionId,
}) {
const { data } = await giteeHelper.downloadFile({
owner: token.name,
repo: appDataRepo,
branch: appDataBranch,
branch: revisionId,
token,
path: fileSyncDataId,
});