fix: disable commit diff (speedup) (#428)
This commit is contained in:
parent
5839aaec2a
commit
8d886cbd92
@ -283,7 +283,7 @@ export default class API {
|
||||
const result: ReposListCommitsResponse = await this.request(
|
||||
`${this.originRepoURL}/commits`,
|
||||
{
|
||||
params: { path, sha: this.branch },
|
||||
params: { path, sha: this.branch, stat: 'false' },
|
||||
},
|
||||
);
|
||||
const { commit } = result[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user