Skip to content

Commit

Permalink
Update ENGAGEHFDelegate.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent db6cc26 commit dfecc84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ENGAGEHF/ENGAGEHFDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import SpeziFirebaseAccount
import SpeziFirebaseStorage
import SpeziFirestore
import SpeziHealthKit
import SpeziMockWebService
import SpeziOnboarding
import SpeziScheduler
import SwiftUI


Expand Down Expand Up @@ -45,15 +43,12 @@ class ENGAGEHFDelegate: SpeziAppDelegate {
} else {
FirebaseStorageConfiguration()
}
} else {
MockWebService()
}

if HKHealthStore.isHealthDataAvailable() {
healthKit
}

ENGAGEHFScheduler()
OnboardingDataSource()
}
}
Expand Down

0 comments on commit dfecc84

Please sign in to comment.