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> 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