Reset username

This commit is contained in:
2018-05-31 17:49:03 +05:30
parent bfb2b54634
commit 89ce43ed41
+2 -2
View File
@@ -94,7 +94,7 @@ interface RepoNameWithBranchesAndParent
extends RepoNameWithBranches, extends RepoNameWithBranches,
RepoNameWithParentRepo {} RepoNameWithParentRepo {}
const username = 'rousan'; const username = 'bendtherules';
async function fetchRepoNameWithBranches( async function fetchRepoNameWithBranches(
repoName: string repoName: string
@@ -209,7 +209,7 @@ async function fetchUnusedForkedRepos() {
// type, // type,
// sort, // sort,
// direction, // direction,
per_page: 100, // solve pagination // change this value // handle abuse detection per_page: 20, // solve pagination // change this value // handle abuse detection
// page, // page,
}); });