Make linter happy

This commit is contained in:
Ramon Wenger 2022-09-05 16:52:52 +02:00
parent e3f611a5eb
commit 04aa7a2524
1 changed files with 2 additions and 2 deletions

View File

@ -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: {