sponsor endpoints layout #496
Annotations
5 errors
src/services/sponsor/sponsor-router.ts#L50
Parameter 'sixDigitCode' implicitly has an 'any' type.
|
src/services/sponsor/sponsor-router.ts#L99
Property 'hashedVerificationCode' does not exist on type '(Document<unknown, {}, modelType> & modelType & Required<{ _id: unknown; }>) | null'.
|
src/services/sponsor/sponsor-router.ts#L99
Property 'expTime' does not exist on type '(Document<unknown, {}, modelType> & modelType & Required<{ _id: unknown; }>) | null'.
|
src/services/sponsor/sponsor-router.ts#L114
Property 'JWT_SIGNING_SECRE' does not exist on type '{ DEFAULT_APP_PORT: number; ALLOWED_CORS_ORIGIN_PATTERNS: RegExp[]; ENV: "PRODUCTION" | "DEVELOPMENT" | "TESTING"; DATABASE_USERNAME: string; DATABASE_PASSWORD: string; DATABASE_HOST: string; ... 14 more ...; OUTGOING_EMAIL_ADDRESSES: ZodEnum<...>; }'. Did you mean 'JWT_SIGNING_SECRET'?
|
|
This job failed
Loading