mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-01-25 16:42:32 +00:00
garth more done - stuck on tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user