Skip to content

Commit

Permalink
Fix/lapse count of card (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 authored May 1, 2024
1 parent bd339b4 commit 3a13e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func (s *schedulingCards) updateState(state State) {
s.Hard.State = Learning
s.Good.State = Learning
s.Easy.State = Review
s.Again.Lapses += 1
case Learning, Relearning:
s.Again.State = state
s.Hard.State = state
Expand Down

0 comments on commit 3a13e86

Please sign in to comment.