主文档空间文档历史revision显示bugfix
This commit is contained in:
parent
f71cef4d9f
commit
e7fa160383
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user