Skip to content

Add [x]OrThrow methods #464

Add [x]OrThrow methods

Add [x]OrThrow methods #464

Triggered via pull request August 8, 2023 11:22
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Test: src/PostgrestTransformBuilder.ts#L145
Conversion of type 'this' to type 'PostgrestBuilder<ResultOne>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test: src/PostgrestTransformBuilder.ts#L165
Conversion of type 'this' to type 'PostgrestBuilder<ResultOne | null>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test: src/PostgrestTransformBuilder.ts#L173
Conversion of type 'this' to type 'PostgrestBuilder<string>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test: src/PostgrestTransformBuilder.ts#L181
Conversion of type 'this' to type 'PostgrestBuilder<Record<string, unknown>>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test: src/PostgrestTransformBuilder.ts#L234
Conversion of type 'this' to type 'PostgrestBuilder<Record<string, unknown>[]>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test: src/PostgrestTransformBuilder.ts#L235
Conversion of type 'this' to type 'PostgrestBuilder<string>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test
Process completed with exit code 1.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/