Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Oct 10, 2023
1 parent eda54cb commit cd2696e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/courses.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ router.patch('/:courseId', async (req, res, next) => {
// due to eventual consistency we need to get the course again from server
// instead of using the response from patch
const course = await api(req).get(`/courses/${courseId}`);

await createEventsForCourse(req, res, course);

if (isRemovingYourself) {
Expand Down

0 comments on commit cd2696e

Please sign in to comment.