mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
superfluous as const
This commit is contained in:
parent
44ee65417c
commit
a58ad821a8
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export function CMRRTargetChoices(): Choice<string>[] {
|
|||
label: "Average Post Abandon Memorized (Experimental)",
|
||||
value: "averageFutureMemorized",
|
||||
},
|
||||
] as const;
|
||||
];
|
||||
}
|
||||
|
||||
function difficultyOrders(fsrs: boolean): Choice<DeckConfig_Config_ReviewCardOrder>[] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue