From d5a3025e121f4eaeb4c14c2dfe220c0e84953d34 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 8 Dec 2022 17:24:30 +0100 Subject: [PATCH] Make prettier happy too --- .../learningPath/SelfEvaluation.vue | 5 +- .../learningPath/blocks/IframeBlock.vue | 6 +- .../learningPath/blocks/PlaceholderBlock.vue | 8 +- client/src/gql/fragment-masking.ts | 29 +- client/src/gql/gql.ts | 14 +- client/src/gql/graphql.ts | 2450 ++++++++--------- client/src/gql/index.ts | 4 +- 7 files changed, 1259 insertions(+), 1257 deletions(-) diff --git a/client/src/components/learningPath/SelfEvaluation.vue b/client/src/components/learningPath/SelfEvaluation.vue index 15b49ebc..30ad0d40 100644 --- a/client/src/components/learningPath/SelfEvaluation.vue +++ b/client/src/components/learningPath/SelfEvaluation.vue @@ -4,7 +4,7 @@ import type { LearningUnit } from "@/types"; import * as log from "loglevel"; import LearningContentContainer from "@/components/learningPath/LearningContentContainer.vue"; -import {COMPLETION_FAILURE, COMPLETION_SUCCESS} from "@/constants"; +import { COMPLETION_FAILURE, COMPLETION_SUCCESS } from "@/constants"; import { computed, reactive } from "vue"; log.debug("LearningContent.vue setup"); @@ -92,7 +92,8 @@ function handleBack() {