(feat) classes and webinars pages #70
Annotations
10 errors and 11 warnings
TypeScript Check:
app/api/events/classes/book/route.ts#L7
Cannot find module '@/lib/redis' or its corresponding type declarations.
|
TypeScript Check:
app/api/events/consultations/book/route.ts#L7
Cannot find module '@/lib/redis' or its corresponding type declarations.
|
TypeScript Check:
app/api/events/subscriptions/book/route.ts#L7
Cannot find module '@/lib/redis' or its corresponding type declarations.
|
TypeScript Check:
app/api/events/webinars/book/route.ts#L7
Cannot find module '@/lib/redis' or its corresponding type declarations.
|
TypeScript Check:
lib/appointmentlock.ts#L7
Property 'appointmentLock' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'. Did you mean 'appointment'?
|
TypeScript Check:
lib/appointmentlock.ts#L26
Property 'appointmentLock' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'. Did you mean 'appointment'?
|
TypeScript Check:
lib/appointmentlock.ts#L35
Property 'appointmentLock' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'. Did you mean 'appointment'?
|
TypeScript Check:
lib/appointmentlock.ts#L54
Property 'appointmentLock' does not exist on type 'PrismaClient<PrismaClientOptions, never, DefaultArgs>'. Did you mean 'appointment'?
|
TypeScript Check:
prisma/seedFiles/createAppointments.ts#L115
Object literal may only specify known properties, and 'consulteeProfile' does not exist in type '(Without<SlotOfAppointmentCreateWithoutAppointmentInput, SlotOfAppointmentUncheckedCreateWithoutAppointmentInput> & SlotOfAppointmentUncheckedCreateWithoutAppointmentInput) | (Without<...> & SlotOfAppointmentCreateWithoutAppointmentInput) | SlotOfAppointmentCreateWithoutAppointmentInput[] | SlotOfAppointmentUnchecke...'.
|
TypeScript Check:
prisma/seedFiles/createAppointments.ts#L297
Property 'appointmentLock' does not exist on type 'AppointmentCreateInput'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint Check:
app/api/auth/[...nextauth]/options.ts#L72
Unexpected any. Specify a different type
|
ESLint Check:
app/api/events/classes/book/route.ts#L176
Unexpected any. Specify a different type
|
ESLint Check:
app/api/events/consultations/book/route.ts#L177
Unexpected any. Specify a different type
|
ESLint Check:
app/api/events/consultations/route.ts#L20
Unexpected any. Specify a different type
|
ESLint Check:
app/api/events/subscriptions/book/route.ts#L194
Unexpected any. Specify a different type
|
ESLint Check:
app/api/events/webinars/book/route.ts#L151
Unexpected any. Specify a different type
|
ESLint Check:
app/api/form/onboarding/[id]/route.ts#L23
'updatedUser' is assigned a value but never used. Allowed unused vars must match /^_/u
|
ESLint Check:
app/api/form/onboarding/[id]/route.ts#L53
Unexpected any. Specify a different type
|
ESLint Check:
app/api/form/onboarding/[id]/route.ts#L93
Unexpected any. Specify a different type
|
ESLint Check:
app/api/form/onboarding/[id]/route.ts#L108
Unexpected any. Specify a different type
|
Loading