Skip to content

chore: debug comment to issue #76

chore: debug comment to issue

chore: debug comment to issue #76

Triggered via push December 9, 2024 14:59
Status Failure
Total duration 47s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build: src/handlers/call-personal-agent.ts#L33
Block-scoped variable 'personalAgentOwner' used before its declaration.
build: src/handlers/call-personal-agent.ts#L33
Variable 'personalAgentOwner' is used before being assigned.
build: src/helpers/validator.ts#L23
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
build: src/helpers/validator.ts#L24
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
build: src/worker.ts#L18
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
build: src/worker.ts#L37
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
build: tests/main.test.ts#L37
Argument of type '{}' is not assignable to parameter of type 'null | undefined'.
build: tests/main.test.ts#L181
Conversion of type '{}' to type 'null | undefined' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build
Process completed with exit code 2.