fix: correct typo in comment for loadExamList function

This commit is contained in:
Ross
2026-01-19 11:08:26 +00:00
parent f7221fd930
commit 9e53a54ac1
+1 -1
View File
@@ -363,7 +363,7 @@ async function loadExamList(data) {
}
};
// Wouldn't we be better terminating ealier in this situation
// Wouldn't we be better terminating earlier in this situation
let exam_list = [];
if (data != null) {
exam_list = data.exams;