Skip to content

Format & fix credentials #415

Format & fix credentials

Format & fix credentials #415

Triggered via push July 13, 2023 15:14
Status Failure
Total duration 57s
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/storage/blockchain/onchain-revocation.ts#L73
Conversion of type '{ key: undefined; value: undefined; }' to type 'NodeAux' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (18.16.1): src/storage/blockchain/onchain-revocation.ts#L86
Conversion of type '{ key: undefined; value: undefined; }' to type 'NodeAux' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (18.16.1): src/storage/filters/jsonQuery.ts#L40
Parameter 'a' implicitly has an 'any' type.
build (18.16.1): src/storage/filters/jsonQuery.ts#L40
Parameter 'b' implicitly has an 'any' type.
build (18.16.1): src/storage/shared/identity-storage.ts#L80
Type 'Identity | undefined' is not assignable to type 'Identity'.
build (18.16.1): src/verifiable/credential.ts#L16
Property 'id' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/verifiable/credential.ts#L18
Property 'type' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/verifiable/credential.ts#L21
Property 'credentialSubject' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/verifiable/credential.ts#L22
Property 'credentialStatus' has no initializer and is not definitely assigned in the constructor.
build (18.16.1): src/verifiable/credential.ts#L23
Property 'issuer' has no initializer and is not definitely assigned in the constructor.