diff options
| author | s <[email protected]> | 2025-11-19 12:39:35 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-19 12:39:35 -0500 |
| commit | 0c209ada2314cb5e4cf123477ee246b5afc70939 (patch) | |
| tree | f649912fac342f3a8cded6fdfa26e2dc56ebcb06 /cmd | |
| parent | d77b81ec36a6995af6a8039121d19802bab8352e (diff) | |
| download | dborg-1.0.4.tar.gz dborg-1.0.4.zip | |
refactor: switch to authenticated client and update github lead model to use profile data instead of commit metadatav1.0.4v0.8.6
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/github.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/github.go b/cmd/github.go index 83b9601..f38e5fe 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -43,7 +43,7 @@ func runGitHubLeads(cmd *cobra.Command, args []string) error { format, _ := cmd.Flags().GetString("format") bio, _ := cmd.Flags().GetString("bio") - c, err := newUnauthenticatedClient() + c, err := newClient() if err != nil { return err } |
