garth more done - stuck on tests

This commit is contained in:
2025-08-29 05:29:19 -07:00
parent 237e17fbb3
commit fd0924e85e
10 changed files with 90 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ func main() {
}
// Create API client with session management
apiClient, err := api.NewClient(session, sessionPath)
apiClient, err := api.NewClient(authClient, session, sessionPath)
if err != nil {
fmt.Printf("Failed to create API client: %v\n", err)
os.Exit(1)