This commit is contained in:
2018-06-12 22:12:42 +05:30
parent d2d10965e8
commit 84b2775ca9
+2 -3
View File
@@ -73,7 +73,7 @@ interface ResponseWithMetaLink {
interface ResponseWithDataArrayAndMeta<T>
extends ResponseWithDataArray<T>,
ResponseWithMetaLink { }
ResponseWithMetaLink {}
interface ResponseFromGetUserRepo extends ResponseWithMetaLink {
data: RepoFromGetUserRepo[];
@@ -163,7 +163,7 @@ interface RepoNameWithParentRepo {
interface RepoNameWithBranchesAndParent
extends RepoNameWithBranches,
RepoNameWithParentRepo { }
RepoNameWithParentRepo {}
const username = 'rousan';
@@ -514,7 +514,6 @@ export async function fetchUnusedForkedRepos() {
return unusedRepoNames;
}
export function runMain() {
fetchUnusedForkedRepos().then(unusedRepoNames => {
// tslint:disable-next-line:no-console