mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
REMOVE: Unneccessary object in schema11
This commit is contained in:
parent
e840aae5ec
commit
33ed1efbc0
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option<i32>) -> String
|
|||
"schedVer": 2,
|
||||
"creationOffset": creation_offset,
|
||||
"sched2021": true,
|
||||
"showColor": false,
|
||||
});
|
||||
serde_json::to_string(&obj).unwrap()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue