eslint corrections in personbundle

This commit is contained in:
2024-11-14 16:45:50 +01:00
parent c971e34675
commit 2d6d2a1f58
13 changed files with 19 additions and 27 deletions

View File

@@ -8,6 +8,7 @@ import ToastPlugin from "vue-toast-notification";
const i18n = _createI18n(personMessages);
/* exported app */
const app = createApp({
template: `<app></app>`,
})

View File

@@ -4,7 +4,6 @@ import { fetchResults, makeFetch } from 'ChillMainAssets/lib/api/apiMethods.ts';
import { fetchTemplates } from 'ChillDocGeneratorAssets/api/pickTemplate.js';
const debug = process.env.NODE_ENV !== 'production';
const evalFQDN = encodeURIComponent("Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWorkEvaluation");
const store = createStore({
strict: debug,
@@ -502,8 +501,7 @@ const store = createStore({
let
payload = getters.buildPayload,
params = new URLSearchParams({'entity_version': state.version}),
url = `/api/1.0/person/accompanying-course/work/${state.work.id}.json?${params}`,
errors = []
url = `/api/1.0/person/accompanying-course/work/${state.work.id}.json?${params}`
;
commit('setIsPosting', true);