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

@@ -18,7 +18,8 @@ func main() {
}
// Create API client
client, err := api.NewClient(session, "")
// Pass nil authenticator since we're using a hardcoded token
client, err := api.NewClient(nil, session, "")
if err != nil {
log.Fatalf("Failed to create client: %v", err)
}