fixed some bugs

This commit is contained in:
2026-05-21 17:16:44 +08:00
parent 7f44194416
commit 2f76e6a3ca
2 changed files with 67 additions and 13 deletions

View File

@@ -879,7 +879,6 @@ router.post('/test-record', authMiddleware, async (req, res) => {
message: '测试记录已保存',
attemptId: attempt._id.toString(),
stats: verifiedStats,
results: evaluatedResults,
submittedAt: new Date(lastSubmittedAtMs)
});
} catch (error) {