Remove unnecessary into()
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user