diff --git a/src/github/github.ts b/src/github/github.ts index 30e22a5..b635a24 100644 --- a/src/github/github.ts +++ b/src/github/github.ts @@ -15,6 +15,7 @@ import { Account } from '../git/models/author'; export class GitHubApi { @debug({ args: { + 0: (p: RichRemoteProvider) => p.name, 1: _ => '', }, }) @@ -92,6 +93,7 @@ export class GitHubApi { @debug({ args: { + 0: (p: RichRemoteProvider) => p.name, 1: _ => '', }, }) @@ -165,6 +167,7 @@ export class GitHubApi { @debug({ args: { + 0: (p: RichRemoteProvider) => p.name, 1: _ => '', }, }) @@ -234,6 +237,7 @@ export class GitHubApi { @debug({ args: { + 0: (p: RichRemoteProvider) => p.name, 1: _ => '', }, }) @@ -333,6 +337,7 @@ export class GitHubApi { @debug({ args: { + 0: (p: RichRemoteProvider) => p.name, 1: _ => '', }, })