🎨 Clean code

This commit is contained in:
Daniel 2024-03-19 08:26:16 +08:00
parent 427bf25a88
commit b22a70cf65
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 12 additions and 10 deletions

View file

@ -339,7 +339,7 @@ export const bindCardEvent = async (options: {
deckID: Constants.QUICK_DECK_ID,
blockIDs: [currentCard.blockID],
}, () => {
const minLang = window.siyuan.languages._time["1m"].replace("%s", "")
const minLang = window.siyuan.languages._time["1m"].replace("%s", "");
currentCard.lapses = 0;
currentCard.lastReview = -62135596800000;
currentCard.reps = 0;