Fixed major issue with sync logic. Should be stable now. Solidified with
tests... turns out syncing is hard...
This commit is contained in:
@@ -452,8 +452,6 @@ class ClimbingDataManager: ObservableObject {
|
||||
|
||||
// Update Live Activity when attempt is deleted
|
||||
updateLiveActivityForActiveSession()
|
||||
|
||||
// Note: Attempts for active sessions are not synced until session is completed
|
||||
}
|
||||
|
||||
func attempts(forSession sessionId: UUID) -> [Attempt] {
|
||||
|
||||
Reference in New Issue
Block a user