refactor: change a file name (#447)

* refactor: file upload component

* refactor: changed name of a function and added a new line
This commit is contained in:
2024-11-23 00:14:49 -06:00
committed by GitHub
parent a5e921fd75
commit 3abb11734a
5 changed files with 21 additions and 26 deletions

View File

@@ -26,7 +26,6 @@ export default async function importSchedule(scheduleData: unknown): Promise<voi
const course = new Course(c);
// eslint-disable-next-line no-await-in-loop
await addCourse(newScheduleId, course, true);
console.log(course.colors);
}
console.log('Course schedule successfully parsed!');
} else {