From 507c1a63f721d552facad9d532cdd6c3778cc00a Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 24 Jul 2024 18:25:31 +0200 Subject: [PATCH] Format code, fix lint errors --- client/src/pages/userProfile/LearningPathProfilePage.vue | 2 -- client/src/router/__tests__/onboarding.spec.ts | 2 +- .../course/management/commands/create_default_courses.py | 2 +- .../0010_alter_coursecompletion_completion_status.py | 1 + .../learnpath/migrations/0019_circle_is_base_circle.py | 7 +++---- .../0002_alter_contentimagerendition_file_and_more.py | 2 +- .../migrations/0016_alter_checkoutinformation_refno2.py | 7 +++---- .../migrations/0017_checkoutinformation_chosen_profile.py | 2 +- server/vbv_lernwelt/shop/views.py | 2 +- 9 files changed, 12 insertions(+), 15 deletions(-) diff --git a/client/src/pages/userProfile/LearningPathProfilePage.vue b/client/src/pages/userProfile/LearningPathProfilePage.vue index 0c240806..ca7921c9 100644 --- a/client/src/pages/userProfile/LearningPathProfilePage.vue +++ b/client/src/pages/userProfile/LearningPathProfilePage.vue @@ -1,8 +1,6 @@