superfluous as const

This commit is contained in:
Luc Mcgrady 2025-06-22 22:03:31 +01:00
parent 44ee65417c
commit a58ad821a8
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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>[] {