From 4710db87b722d54a533ddb26e0dd25ccb85cf8de Mon Sep 17 00:00:00 2001 From: iradkot Date: Tue, 21 May 2019 15:13:43 +0300 Subject: [PATCH] Update getBloodGlucoseSamples().md --- docs/getBloodGlucoseSamples().md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getBloodGlucoseSamples().md b/docs/getBloodGlucoseSamples().md index 5b2f86f..a89ebe8 100644 --- a/docs/getBloodGlucoseSamples().md +++ b/docs/getBloodGlucoseSamples().md @@ -10,7 +10,7 @@ let options = { ``` Available units are: `'mmolPerL'`, `'mgPerdL'`. -The callback function will be called with a `samples` array containing objects with *value*, *startDate*, and *endDate* fields +The callback function will be called with a `samples` array containing objects with *value*, *sourceId*, *sourceName*, *startDate*, and *endDate* fields ```javascript AppleHealthKit.getBloodGlucoseSamples(options, (err: Object, results: Array) => { -- 2.26.2