feat(admin): DELETE /admin/courses/:id/modules/:moduleId/quizzes/:quizId (#414) - #461
Open
ZacLou wants to merge 1 commit into
Open
feat(admin): DELETE /admin/courses/:id/modules/:moduleId/quizzes/:quizId (#414)#461ZacLou wants to merge 1 commit into
ZacLou wants to merge 1 commit into
Annotations
10 errors and 11 warnings
|
Run npm run typecheck:
src/modules/courses/course.routes.ts#L5
Duplicate identifier 'authGuard'.
|
|
Run npm run typecheck:
src/modules/courses/course.routes.ts#L3
Duplicate identifier 'optionalAuth'.
|
|
Run npm run typecheck:
src/modules/courses/course.routes.ts#L3
Duplicate identifier 'authGuard'.
|
|
Run npm run typecheck:
src/modules/courses/admin-course.controller.ts#L144
Property 'duplicateCourse' does not exist on type 'CourseService'. Did you mean 'updateCourse'?
|
|
Run npm run typecheck:
src/modules/courses/admin-course.controller.ts#L130
Property 'publishCourse' does not exist on type 'CourseService'.
|
|
Run npm run typecheck:
src/modules/courses/admin-course.controller.ts#L116
Property 'archiveCourse' does not exist on type 'CourseService'.
|
|
Run npm run typecheck:
src/modules/announcements/announcement.service.ts#L3
Module '"../../database/schema.js"' has no exported member 'announcements'.
|
|
Run npm run typecheck:
src/modules/admin/admin-users.service.ts#L71
Object literal may only specify known properties, and 'bannedAt' does not exist in type '{ stellarAddress?: string | SQL<unknown> | PgColumn<ColumnBaseConfig<ColumnDataType, string>, {}, {}> | undefined; id?: string | SQL<...> | PgColumn<...> | undefined; ... 10 more ...; deletedAt?: Date | ... 3 more ... | undefined; }'.
|
|
Run npm run typecheck:
src/middleware/auth.ts#L77
Property 'bannedAt' does not exist on type '{ id: string; stellarAddress: string; displayName: string | null; avatarUrl: string | null; background: string | null; learningGoal: string | null; pace: string | null; language: string | null; ... 4 more ...; deletedAt: Date | null; }'.
|
|
Run npm run typecheck:
src/jobs/cleanup-notifications.ts#L3
Module '"../database/schema.js"' has no exported member 'notifications'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
src/modules/admin/admin-users.service.ts#L9
'auditLogs' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/middleware/validation.ts#L41
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/validation.ts#L32
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/response-envelope.ts#L13
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L86
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L68
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L54
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L20
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/auth.ts#L41
'reply' is defined but never used. Allowed unused args must match /^_/u
|
|
Run npm run lint:
src/database/seed.ts#L53
'course3' is assigned a value but never used. Allowed unused vars must match /^_/u
|
background
wait
wait-all
cancel
parallel
Loading