mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Reformat
This commit is contained in:
@@ -73,7 +73,7 @@ interface ResponseWithMetaLink {
|
|||||||
|
|
||||||
interface ResponseWithDataArrayAndMeta<T>
|
interface ResponseWithDataArrayAndMeta<T>
|
||||||
extends ResponseWithDataArray<T>,
|
extends ResponseWithDataArray<T>,
|
||||||
ResponseWithMetaLink { }
|
ResponseWithMetaLink {}
|
||||||
|
|
||||||
interface ResponseFromGetUserRepo extends ResponseWithMetaLink {
|
interface ResponseFromGetUserRepo extends ResponseWithMetaLink {
|
||||||
data: RepoFromGetUserRepo[];
|
data: RepoFromGetUserRepo[];
|
||||||
@@ -163,7 +163,7 @@ interface RepoNameWithParentRepo {
|
|||||||
|
|
||||||
interface RepoNameWithBranchesAndParent
|
interface RepoNameWithBranchesAndParent
|
||||||
extends RepoNameWithBranches,
|
extends RepoNameWithBranches,
|
||||||
RepoNameWithParentRepo { }
|
RepoNameWithParentRepo {}
|
||||||
|
|
||||||
const username = 'rousan';
|
const username = 'rousan';
|
||||||
|
|
||||||
@@ -514,7 +514,6 @@ export async function fetchUnusedForkedRepos() {
|
|||||||
return unusedRepoNames;
|
return unusedRepoNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export function runMain() {
|
export function runMain() {
|
||||||
fetchUnusedForkedRepos().then(unusedRepoNames => {
|
fetchUnusedForkedRepos().then(unusedRepoNames => {
|
||||||
// tslint:disable-next-line:no-console
|
// tslint:disable-next-line:no-console
|
||||||
|
|||||||
Reference in New Issue
Block a user