diff --git a/ts/lib/cards.ts b/ts/lib/cards.ts index 6bc398ea5..d18d69d56 100644 --- a/ts/lib/cards.ts +++ b/ts/lib/cards.ts @@ -21,6 +21,6 @@ export enum CardQueue { PreviewRepeat = 4, /// cards are not due in these states Suspended = -1, - UserBuried = -2, - SchedBuried = -3, + SchedBuried = -2, + UserBuried = -3, }