fix: correct typo in comment for loadExamList function
This commit is contained in:
+1
-1
@@ -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 = [];
|
let exam_list = [];
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
exam_list = data.exams;
|
exam_list = data.exams;
|
||||||
|
|||||||
Reference in New Issue
Block a user