This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
fix: add coercion on http handler #188
package.yml
on: pull_request
typescript
/
check
11s
typescript
/
standards
7s
typescript
/
types
11s
typescript
/
test
12s
build
/
build
12s
release
/
documentation
release
/
auto-merge
Annotations
1 error and 3 warnings
build / build
Process completed with exit code 1.
|
typescript / check:
src/lib/event-horizon/http/http.ts#L56
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
typescript / check:
src/lib/event-horizon/http/http.ts#L56
Unnecessary conditional, value is `never`
|
typescript / check:
src/lib/event-horizon/http/http.ts#L57
Unnecessary conditional, left-hand side of `??` operator is always `null` or `undefined`
|