Merge pull request #15 from ducompsoc/fix-authn #38
ci.yml
on: push
check-server
18s
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.
|