Skip to content

Commit 3f7f330

Browse files
authored
Merge pull request #291 from jclif/patch-1
Fixes getAnchoredWorkouts documentation
2 parents 77554da + 91e3422 commit 3f7f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getAnchoredWorkouts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Query to get all workouts of any given type by a given anchor (a physical memory
1616
let options = {
1717
startDate?: (new Date(2016,4,27)).toISOString(), //
1818
endDate?: (new Date()).toISOString(),
19-
queryAnchor?: 'base64encodedstring',
19+
anchor?: 'base64encodedstring',
2020
type: 'Workout', // one of: ['Walking', 'StairClimbing', 'Running', 'Cycling', 'Workout']
2121
};
2222
```

0 commit comments

Comments
 (0)