Skip to content

Commit e1b780b

Browse files
committed
linting
1 parent 2ecdf87 commit e1b780b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/platform-ui/src/views/AdminDashboard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default defineComponent({
167167
async loadCourses() {
168168
try {
169169
// Try efficient lookup-only approach first
170-
const coursesDB = this.dataLayer!.getCoursesDB();
170+
// const coursesDB = this.dataLayer!.getCoursesDB();
171171
172172
// Get basic course list from lookup DB (lightweight, just IDs and basic names)
173173
const lookupCourses = await CourseLookup.allCourseWare();
@@ -282,7 +282,7 @@ export default defineComponent({
282282
return `ID: ${this.selectedCourseId}`;
283283
},
284284
285-
viewLookup(viewDescriptor: any) {
285+
viewLookup(viewDescriptor: unknown) {
286286
return allCourseWare.getView(viewDescriptor);
287287
}
288288
},

0 commit comments

Comments
 (0)