mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Fix typos from refactoring
This commit is contained in:
@@ -185,7 +185,7 @@ class GithubDetectUnusedRepos {
|
|||||||
|
|
||||||
public async fetchUnusedForkedRepos() {
|
public async fetchUnusedForkedRepos() {
|
||||||
const params: Octokit.ReposGetForUserParams = {
|
const params: Octokit.ReposGetForUserParams = {
|
||||||
this.username,
|
username: this.username,
|
||||||
};
|
};
|
||||||
|
|
||||||
const repos: ResponseWithDataArray<RepoFromGetUserRepo> = await this.paginate(
|
const repos: ResponseWithDataArray<RepoFromGetUserRepo> = await this.paginate(
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import 'babel-polyfill';
|
import 'babel-polyfill';
|
||||||
// tslint:disable-next-line:ordered-imports
|
// tslint:disable-next-line:ordered-imports
|
||||||
import { fetchUnusedForkedRepos, runMain } from './gh';
|
import { runMain } from './gh';
|
||||||
|
|
||||||
// tslint:disable-next-line:only-arrow-functions
|
// tslint:disable-next-line:only-arrow-functions
|
||||||
(function(currentWindow: Window) {
|
(function(currentWindow: Window) {
|
||||||
|
|||||||
Reference in New Issue
Block a user