Updated the stats to have missing
This commit is contained in:
@@ -25,6 +25,7 @@ export interface Stat {
|
|||||||
score: {
|
score: {
|
||||||
correct: number;
|
correct: number;
|
||||||
total: number;
|
total: number;
|
||||||
|
missing: number;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user