Skip to content

Bump the effect group across 1 directory with 4 updates #339

Bump the effect group across 1 directory with 4 updates

Bump the effect group across 1 directory with 4 updates #339

Triggered via pull request August 5, 2024 17:48
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Typecheck: src/data/clubs.json.ts#L13
Expected 1 arguments, but got 2.
Typecheck: src/data/clubs.json.ts#L36
Argument of type 'Effect<void, ConfigError | HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, ConfigError | HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck: src/data/openalex-domains.json.ts#L17
Expected 1 arguments, but got 2.
Typecheck: src/data/openalex-domains.json.ts#L36
Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck: src/data/openalex-fields.json.ts#L20
Expected 1 arguments, but got 2.
Typecheck: src/data/openalex-fields.json.ts#L42
Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck: src/data/openalex-subfields.json.ts#L20
Expected 1 arguments, but got 2.
Typecheck: src/data/openalex-subfields.json.ts#L49
Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck: src/data/preprint-servers.json.ts#L7
Expected 1 arguments, but got 2.
Typecheck: src/data/preprint-servers.json.ts#L17
Argument of type 'Effect<void, ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.