Commit b4f58a1a authored by Andreas Amsenius's avatar Andreas Amsenius

Fix doc example

parent 2c59ecfe
...@@ -4,7 +4,7 @@ Status will be one of `"NotDetermined"`, `"SharingDenied"`, `"SharingAuthorized" ...@@ -4,7 +4,7 @@ Status will be one of `"NotDetermined"`, `"SharingDenied"`, `"SharingAuthorized"
```javascript ```javascript
AppleHealthKit.authorizationStatusForType( AppleHealthKit.authorizationStatusForType(
"initHealthKit", (error, status) => { "StepCount", (error, status) => {
if (status) { if (status) {
console.log("status is", status) console.log("status is", status)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment