From f369234e8af3fab0faafa5b900281cbdd39092c9 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 21 Jun 2023 15:02:42 +0100 Subject: [PATCH] Updated the stats to have missing --- src/interfaces/user.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/user.ts b/src/interfaces/user.ts index f8a9cc91..36718040 100644 --- a/src/interfaces/user.ts +++ b/src/interfaces/user.ts @@ -25,6 +25,7 @@ export interface Stat { score: { correct: number; total: number; + missing: number; }; }