mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
pass ci
This commit is contained in:
parent
13b4e94b4f
commit
d83a8b293e
1 changed files with 2 additions and 1 deletions
|
@ -435,7 +435,8 @@ static RESERVED_DECK_KEYS: Set<&'static str> = phf_set! {
|
|||
"browserCollapsed",
|
||||
"extendRev",
|
||||
"id",
|
||||
"collapsed"
|
||||
"collapsed",
|
||||
"desiredRetention",
|
||||
};
|
||||
|
||||
impl From<&Deck> for DeckTodaySchema11 {
|
||||
|
|
Loading…
Reference in a new issue