fix: linting
This commit is contained in:
parent
46faea8c1c
commit
9020692ea9
|
|
@ -25,7 +25,7 @@ const SELECTED_COURSE_SESSIONS_KEY = "selectedCourseSessionMap";
|
||||||
export const useCourseSessionsStore = defineStore("courseSessions", () => {
|
export const useCourseSessionsStore = defineStore("courseSessions", () => {
|
||||||
const loaded = ref(false);
|
const loaded = ref(false);
|
||||||
const allCourseSessions = ref<CourseSession[]>([]);
|
const allCourseSessions = ref<CourseSession[]>([]);
|
||||||
const { inCompetenceProfile, inLearningPath, inCourse } = useRouteLookups();
|
const { inCompetenceProfile, inLearningPath } = useRouteLookups();
|
||||||
|
|
||||||
async function loadCourseSessionsData(reload = false) {
|
async function loadCourseSessionsData(reload = false) {
|
||||||
log.debug("loadCourseSessionsData called");
|
log.debug("loadCourseSessionsData called");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue