Skip to content

fix(queue): Await handler registration before lookup in SyncShim #7

fix(queue): Await handler registration before lookup in SyncShim

fix(queue): Await handler registration before lookup in SyncShim #7

Triggered via push February 22, 2026 22:14
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Lint: app/api/courses/[id]/modules/route.ts#L43
'moduleQuery' is never reassigned. Use 'const' instead
Lint: app/api/courses/[id]/modules/[moduleId]/route.ts#L139
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/modules/[moduleId]/route.ts#L96
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/modules/[moduleId]/route.ts#L31
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/modules/[moduleId]/lessons/route.ts#L96
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/modules/[moduleId]/lessons/route.ts#L45
'lessonQuery' is never reassigned. Use 'const' instead
Lint: app/api/courses/[id]/modules/[moduleId]/lessons/route.ts#L36
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/modules/[moduleId]/lessons/[lessonId]/route.ts#L144
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Lint: app/api/courses/[id]/assignments/route.ts#L75
'assignmentQuery' is never reassigned. Use 'const' instead
Lint: __tests__/helpers/fixtures.ts#L98
Do not assign to the variable `module`. See: https://nextjs.org/docs/messages/no-assign-module-variable
Type Check
Process completed with exit code 2.
Type Check: __tests__/helpers/api.ts#L47
Argument of type 'RequestInit & { method: string; }' is not assignable to parameter of type 'RequestInit | undefined'.
Lint: app/api/courses/route.ts#L5
'JWTPayload' is defined but never used
Lint: app/(dashboard)/courses/[id]/ai/tutor/page.tsx#L135
'error' is defined but never used
Lint: app/(dashboard)/courses/[id]/ai/tutor/page.tsx#L26
'router' is assigned a value but never used
Lint: app/(dashboard)/courses/[id]/ai/generate/page.tsx#L36
'router' is assigned a value but never used
Lint: app/(dashboard)/courses/[id]/ai/content/page.tsx#L165
'_r' is defined but never used
Lint: __tests__/integration/auth/register.test.ts#L138
'role' is assigned a value but never used
Lint: __tests__/integration/auth/register.test.ts#L117
'name' is assigned a value but never used
Lint: __tests__/integration/auth/register.test.ts#L96
'email' is assigned a value but never used
Lint: __tests__/integration/auth/me.test.ts#L21
'user' is assigned a value but never used