Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jul 6, 2024
1 parent 382b8e1 commit 770d363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ open class SliderLogTaskViewModel: CardViewModel {
initialValue: Double? = 0,
range: ClosedRange<Double>,
step: Double = 1,
action: ((OCKOutcomeValue?) async -> OCKAnyOutcome)? = nil
action: ((OCKOutcomeValue?) async throws -> OCKAnyOutcome)? = nil
) {
if let values = event.outcomeValues {
self.previousValues = values.compactMap { $0.doubleValue }
Expand Down

0 comments on commit 770d363

Please sign in to comment.