Nashville

This commit is contained in:
austinkelsay 2024-07-26 23:47:06 -05:00
parent d794c20678
commit f5820d1315

View File

@ -85,7 +85,6 @@ const CourseForm = () => {
try {
// Step 1: Process lessons
console.log('selectedLessons:', selectedLessons);
for (const lesson of selectedLessons) {
let noteId = lesson.noteId;