Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Revoke limit on HealthKit Query (#61)
# Bug fix: Revoke limit on HealthKit Query ## ♻️ Current situation & Problem Previously, we set a limit on how many data samples to query for debugging. This causes that insufficient data to display and we want to revoke it. ## ⚙️ Release Notes - remove the limit in the HKSampleQuery ## 📚 Documentation Not related. ## ✅ Testing Tested on simulator ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
- Loading branch information