Skip to content

Commit

Permalink
Fixes getAnchoredWorkouts documentation
Browse files Browse the repository at this point in the history
Looks like the input argument lists the wrong property name in the documentation for getAnchoredWorkouts.
  • Loading branch information
jclif committed Feb 22, 2023
1 parent 77554da commit 91e3422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getAnchoredWorkouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Query to get all workouts of any given type by a given anchor (a physical memory
let options = {
startDate?: (new Date(2016,4,27)).toISOString(), //
endDate?: (new Date()).toISOString(),
queryAnchor?: 'base64encodedstring',
anchor?: 'base64encodedstring',
type: 'Workout', // one of: ['Walking', 'StairClimbing', 'Running', 'Cycling', 'Workout']
};
```
Expand Down

0 comments on commit 91e3422

Please sign in to comment.