Skip to content

Commit

Permalink
Fix/lapse count of cards (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 authored May 1, 2024
1 parent c069621 commit 0765052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/FSRS/FSRS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public struct SchedulingCards: Equatable, Codable {
hard.status = .learning
good.status = .learning
easy.status = .review
again.lapses += 1
case .learning, .relearning:
again.status = status
hard.status = status
Expand Down

0 comments on commit 0765052

Please sign in to comment.