style: format code
This commit is contained in:
@@ -23,8 +23,6 @@ export class GiteaRepository extends BaseRepository {
|
|||||||
constructor(token: string, url: string | undefined, repositoryPath: string) {
|
constructor(token: string, url: string | undefined, repositoryPath: string) {
|
||||||
super(token, url, repositoryPath)
|
super(token, url, repositoryPath)
|
||||||
this.url = url || this.defaultUrl
|
this.url = url || this.defaultUrl
|
||||||
|
|
||||||
|
|
||||||
this.api = giteaApi('https://gitea.com/',{
|
this.api = giteaApi('https://gitea.com/',{
|
||||||
token:token,
|
token:token,
|
||||||
customFetch: fetch
|
customFetch: fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user