aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/atoms
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/atoms')
-rw-r--r--src/client/atoms/decks.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/atoms/decks.ts b/src/client/atoms/decks.ts
index 5a624cf..5a4d44e 100644
--- a/src/client/atoms/decks.ts
+++ b/src/client/atoms/decks.ts
@@ -6,7 +6,6 @@ export interface Deck {
id: string;
name: string;
description: string | null;
- newCardsPerDay: number;
dueCardCount: number;
createdAt: string;
updatedAt: string;