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,
RepoNameWithParentRepo {}
const username = 'rousan';
const username = 'bendtherules';
async function fetchRepoNameWithBranches(
repoName: string
@@ -209,7 +209,7 @@ async function fetchUnusedForkedRepos() {
// type,
// sort,
// direction,
per_page: 100, // solve pagination // change this value // handle abuse detection
per_page: 20, // solve pagination // change this value // handle abuse detection
// page,
});