Added a new module called Level for level testing
This commit is contained in:
@@ -49,6 +49,10 @@ async function update(req: NextApiRequest, res: NextApiResponse) {
|
||||
correct: 0,
|
||||
total: 0,
|
||||
},
|
||||
level: {
|
||||
correct: 0,
|
||||
total: 0,
|
||||
},
|
||||
};
|
||||
|
||||
MODULES.forEach((module: Module) => {
|
||||
|
||||
Reference in New Issue
Block a user