Skip to content

Commit

Permalink
Update PAWS/Study Information/EnrollmentGroup.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
MatthewTurk247 and PSchmiedmayer authored Apr 10, 2024
1 parent cf765bc commit 5605433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PAWS/Study Information/EnrollmentGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import SwiftUI

@Observable
class EnrollmentGroup: Module, EnvironmentAccessible {
@ObservationIgnored @Dependency var accountConfiguration: FirebaseAccountConfiguration?
@ObservationIgnored @Dependency private var configureFirebaseApp: ConfigureFirebaseApp
@ObservationIgnored @Environment(Account.self) var account
var dateOfBirth: Date?

Expand Down

0 comments on commit 5605433

Please sign in to comment.