add log to debug #60538
Annotations
10 errors and 1 warning
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L39
This comparison appears to be unintentional because the types 'Request' and 'string' have no overlap.
|
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L48
Property 'returnValueList' does not exist on type 'Request'.
|
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L53
Property 'nvpNames' does not exist on type 'Request'.
|
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L68
This comparison appears to be unintentional because the types 'Request' and 'string' have no overlap.
|
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L81
Argument of type 'Request | PaginatedRequest' is not assignable to parameter of type 'Requests'.
|
Type check with TypeScript:
src/libs/Middleware/Logging.ts#L84
Argument of type 'Request | PaginatedRequest' is not assignable to parameter of type 'Requests'.
|
Type check with TypeScript:
src/libs/Middleware/Reauthentication.ts#L97
Argument of type 'Request | PaginatedRequest' is not assignable to parameter of type 'Requests'.
|
Type check with TypeScript:
src/libs/Middleware/Reauthentication.ts#L112
Argument of type 'Request | PaginatedRequest' is not assignable to parameter of type 'Requests'.
|
Type check with TypeScript:
src/libs/Middleware/Reauthentication.ts#L121
Argument of type 'Request | PaginatedRequest' is not assignable to parameter of type 'Requests'.
|
Type check with TypeScript:
src/libs/Middleware/SaveResponseInOnyx.ts#L42
Argument of type '{ type: "https"; lastUpdateID: number; previousUpdateID: number; request: Request | PaginatedRequest; response: Response; }' is not assignable to parameter of type 'OnyxUpdatesFromServer'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading