Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
walterholohan committed Sep 6, 2023
1 parent 7c4a301 commit 29dfefa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ let HKDataTypeIdentifierHeartbeatSeries = "HKDataTypeIdentifierHeartbeatSeries"

let SpeedUnit = HKUnit(from: "m/s") // HKUnit.meter().unitDivided(by: HKUnit.second())
// Support for MET data: HKAverageMETs 8.24046 kcal/hr·kg
let METUnit = HKUnit(from: "kcal/hr·kg")


let METUnit = HKUnit(from: "kcal/hr·kg")

0 comments on commit 29dfefa

Please sign in to comment.