fix(queue): Await handler registration before lookup in SyncShim #7
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]/assignments/[assignmentId]/quiz/page.tsx#L112
'err' 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
|