Skip to content

Commit

Permalink
linted JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mjaethers committed Dec 12, 2023
1 parent 459af5a commit 5f6410a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/ts/edit-course.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ export function lectureEditor(lecture: Lecture): AlpineComponent {
window.location.replace(`/admin/course/${lecture.courseId}`);
}
});

},

restoreKey() {
Expand All @@ -334,7 +333,6 @@ export function lectureEditor(lecture: Lecture): AlpineComponent {
window.location.replace(`/admin/course/${lecture.courseId}`);
}
});

},

/**
Expand Down

0 comments on commit 5f6410a

Please sign in to comment.