Remove unnecessary into()

This commit is contained in:
2026-08-19 17:39:52 +03:00
parent bb673ed7c7
commit 746071125a
+1 -1
View File
@@ -451,7 +451,7 @@ impl DeckData {
self.settings.id,
HistoryItem {
timestamp: Utc::now(),
word_id: word.word_id.into(),
word_id: word.word_id,
mode: status,
before: old_score,
after: new_score,