mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
bc1399462f
commit
3ad95e3ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ func InitFlashcards() {
|
|||
deck.Created = time.Now().Unix()
|
||||
}
|
||||
if 0 == deck.Updated {
|
||||
deck.Updated = time.Now().UnixMilli()
|
||||
deck.Updated = deck.Created
|
||||
}
|
||||
|
||||
Decks[deckID] = deck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue