Skip to content

fix tests & kms

fix tests & kms #412

Triggered via push July 13, 2023 12:53
Status Failure
Total duration 1m 1s
Artifacts

ci.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build (18.16.1)
Process completed with exit code 1.
build (18.16.1): src/credentials/credential-wallet.ts#L283
Object is possibly 'undefined'.
build (18.16.1): src/credentials/status/on-chain-revocation.ts#L81
Argument of type 'string | null' is not assignable to parameter of type 'string'.
build (18.16.1): src/credentials/status/on-chain-revocation.ts#L83
'contractId' is possibly 'null'.
build (18.16.1): src/credentials/status/resolver.ts#L15
Type 'CredentialStatusResolver | undefined' is not assignable to type 'CredentialStatusResolver'.
build (18.16.1): src/credentials/status/sparse-merkle-tree.ts#L19
Property 'existence' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/credentials/status/sparse-merkle-tree.ts#L20
Property 'siblings' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/credentials/status/sparse-merkle-tree.ts#L21
Property 'node_aux' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/credentials/status/sparse-merkle-tree.ts#L35
Property 'issuer' has no initializer and is not definitely assigned in the constructor.