diff --git a/src/repositories/GiteaRepository.ts b/src/repositories/GiteaRepository.ts index b06e3a2..c30c62d 100644 --- a/src/repositories/GiteaRepository.ts +++ b/src/repositories/GiteaRepository.ts @@ -23,8 +23,6 @@ export class GiteaRepository extends BaseRepository { constructor(token: string, url: string | undefined, repositoryPath: string) { super(token, url, repositoryPath) this.url = url || this.defaultUrl - - this.api = giteaApi('https://gitea.com/',{ token:token, customFetch: fetch