Fix some things! #37
ci.yml
on: pull_request
check-server
19s
build-server
19s
Annotations
10 errors
check-server
Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.
|
check-server
Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.
|
check-server
Type 'typeof Response' does not satisfy the constraint 'typeof ServerResponse'.
|
check-server
Type '{ keycloakUserId: string; }' is not assignable to type '{ tokenSet: { userId: string; tokenType: string | null; accessToken: string | null; idToken: string | null; refreshToken: string | null; scope: string | null; accessExpiry: Date | null; sessionState: string | null; } | null; } & { ...; } & { ...; }'.
|
check-server
Process completed with exit code 2.
|
build-server
Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.
|
build-server
Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.
|
build-server
Type 'typeof Response' does not satisfy the constraint 'typeof ServerResponse'.
|
build-server
Type '{ keycloakUserId: string; }' is not assignable to type '{ tokenSet: { userId: string; tokenType: string | null; accessToken: string | null; idToken: string | null; refreshToken: string | null; scope: string | null; accessExpiry: Date | null; sessionState: string | null; } | null; } & { ...; } & { ...; }'.
|
build-server
Process completed with exit code 2.
|