Skip to content

Commit

Permalink
Update ENGAGEHF/Managers/MessageManager/ProcessingState.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PaulGoldschmidt and PSchmiedmayer authored Feb 17, 2025
1 parent 8e2ab27 commit 18caaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENGAGEHF/Managers/MessageManager/ProcessingState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ struct ProcessingState: Equatable {
let correlationId: String

var isStillProcessing: Bool {
Date().timeIntervalSince(startTime) < 60
.now.timeIntervalSince(startTime) < 60

Check failure on line 31 in ENGAGEHF/Managers/MessageManager/ProcessingState.swift

View workflow job for this annotation

GitHub Actions / Build and Test / Test using xcodebuild or run fastlane

type 'Int' has no member 'now'
}
}

0 comments on commit 18caaff

Please sign in to comment.