Rebuild.
This commit is contained in:
@@ -41,7 +41,7 @@ type Diff = string;
|
||||
async function getCommitDiff(commitSha: string): Promise<{ sha: SHA; diff: Diff }> {
|
||||
if (PLATFORM === 'gitea' || PLATFORM === 'forgejo') {
|
||||
try {
|
||||
const diffResponse = await giteaClient.repoDownloadCommitDiffOrPatch({
|
||||
const diffResponse = await giteaClient.repository.repoDownloadCommitDiffOrPatch({
|
||||
owner,
|
||||
repo,
|
||||
sha: commitSha,
|
||||
|
||||
Reference in New Issue
Block a user