fix: linting

This commit is contained in:
Livio Bieri 2023-09-20 18:46:31 +02:00
parent 46faea8c1c
commit 9020692ea9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const SELECTED_COURSE_SESSIONS_KEY = "selectedCourseSessionMap";
export const useCourseSessionsStore = defineStore("courseSessions", () => {
const loaded = ref(false);
const allCourseSessions = ref<CourseSession[]>([]);
const { inCompetenceProfile, inLearningPath, inCourse } = useRouteLookups();
const { inCompetenceProfile, inLearningPath } = useRouteLookups();
async function loadCourseSessionsData(reload = false) {
log.debug("loadCourseSessionsData called");