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, self.settings.id,
HistoryItem { HistoryItem {
timestamp: Utc::now(), timestamp: Utc::now(),
word_id: word.word_id.into(), word_id: word.word_id,
mode: status, mode: status,
before: old_score, before: old_score,
after: new_score, after: new_score,