Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jun 29, 2024
1 parent 0e38da2 commit 4e225aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CareKitEssentials/Extensions/OCKAnyEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public extension OCKAnyEvent {

/// The first event first outcome value.
var outcomeFirstValue: OCKOutcomeValue? {
outcomeValues?.first
outcomeValues?.last
}

/// The first event first outcome value as a **Int**.
Expand Down

0 comments on commit 4e225aa

Please sign in to comment.