This commit is contained in:
Jarrett Ye 2025-08-27 11:04:18 +08:00
parent 13b4e94b4f
commit d83a8b293e
No known key found for this signature in database
GPG key ID: EBFC55E0C1A352BB

View file

@ -435,7 +435,8 @@ static RESERVED_DECK_KEYS: Set<&'static str> = phf_set! {
"browserCollapsed", "browserCollapsed",
"extendRev", "extendRev",
"id", "id",
"collapsed" "collapsed",
"desiredRetention",
}; };
impl From<&Deck> for DeckTodaySchema11 { impl From<&Deck> for DeckTodaySchema11 {