Skip to content

Commit

Permalink
Fix HealthKit service
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Nov 10, 2024
1 parent 2f3c6a9 commit 277d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OversizeHealthService/HealthKitService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import OversizeModels

#if !os(tvOS)
@available(iOS 15, macOS 13.0, *)
open class HealthKitService {
open class HealthKitService: @unchecked Sendable {
var healthStore: HKHealthStore?

init() {
Expand Down

0 comments on commit 277d22d

Please sign in to comment.