From 04aa7a252437e85d25fc7e36a1c5b258c2372ef6 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 5 Sep 2022 16:52:52 +0200 Subject: [PATCH] Make linter happy --- client/src/mixins/update-selected-class.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/mixins/update-selected-class.js b/client/src/mixins/update-selected-class.js index 4ab9a2c2..c672d752 100644 --- a/client/src/mixins/update-selected-class.js +++ b/client/src/mixins/update-selected-class.js @@ -1,13 +1,13 @@ import ME_QUERY from '@/graphql/gql/queries/meQuery.gql'; import UPDATE_USER_SETTING from '@/graphql/gql/mutations/updateUserSetting.gql'; import MY_SCHOOL_CLASS_QUERY from '@/graphql/gql/queries/mySchoolClass.gql'; -import DELETE_MODULE_NODES from '@/graphql/gql/local/mutations/deleteModuleNodes.gql'; +// import DELETE_MODULE_NODES from '@/graphql/gql/local/mutations/deleteModuleNodes.gql'; import MODULE_DETAILS_QUERY from '@/graphql/gql/queries/modules/moduleDetailsQuery.gql'; export default { methods: { updateSelectedClass(selectedClass) { - const innerApollo = this.$apollo; + // const innerApollo = this.$apollo; return this.$apollo.mutate({ mutation: UPDATE_USER_SETTING, variables: {