Fixing some code problems

This commit is contained in:
2026-08-19 17:33:22 +03:00
parent a4d77196d0
commit 98c8093961
9 changed files with 32 additions and 109 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ impl DeckData {
HistoryItem {
timestamp: Utc::now(),
word_id: word.word_id.into(),
mode: WordOpenMode::Easy,
mode: status,
before: old_score,
after: new_score,
},