Skip to content

Commit

Permalink
fix: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Jul 4, 2024
1 parent 3987908 commit 0fddd14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/operator/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ async function upsertRepo(
() => repoApi.repoAddTeam(orgName, repoOption.name!, teamName),
422,
)
return undefined
}

async function hasSpecificHook(repoApi: RepositoryApi, hookToFind: string): Promise<hookInfo> {
Expand Down

0 comments on commit 0fddd14

Please sign in to comment.