Update Code to 1.94.0 #1732
Annotations
6 errors
src/node/routes/login.ts#L98
Argument of type 'Request<unknown, string, { password?: string | undefined; base?: string | undefined; } | undefined, { to?: string | undefined; }, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
src/node/routes/login.ts#L101
Argument of type 'Request<unknown, string, { password?: string | undefined; base?: string | undefined; } | undefined, { to?: string | undefined; }, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
src/node/routes/login.ts#L120
Argument of type 'Request<unknown, string, { password?: string | undefined; base?: string | undefined; } | undefined, { to?: string | undefined; }, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
src/node/routes/logout.ts#L10
Argument of type 'Request<unknown, undefined, undefined, { base?: string | undefined; to?: string | undefined; }, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
src/node/routes/logout.ts#L13
Argument of type 'Request<unknown, undefined, undefined, { base?: string | undefined; to?: string | undefined; }, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
|
The logs for this run have expired and are no longer available.
Loading