Updated the stats to have missing

This commit is contained in:
Tiago Ribeiro
2023-06-21 15:02:42 +01:00
parent 808ec6315b
commit f369234e8a

View File

@@ -25,6 +25,7 @@ export interface Stat {
score: { score: {
correct: number; correct: number;
total: number; total: number;
missing: number;
}; };
} }