Skip to content

Commit b533bed

Browse files
Removed a native class from the exposed TS definition file
1 parent ce091a5 commit b533bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/health-data.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AggregateBy, Common, HealthDataApi, HealthDataType, QueryRequest, ResponseItem } from './health-data.common';
22

33
export class HealthData extends Common implements HealthDataApi {
4-
healthStore: HKHealthStore;
4+
private healthStore: HKHealthStore;
55

66
constructor() {
77
super();

0 commit comments

Comments
 (0)