Skip to content

fix(common): yarn check #452

fix(common): yarn check

fix(common): yarn check #452

GitHub Actions / Lint failed Jan 15, 2025 in 0s

Errors 1, Warnings 0

Found 1 errors and 0 warnings

Annotations

Check failure on line 15 in globals/data/src/getters/apollo-error-link.getter.ts

@github-actions github-actions / Lint

(@typescript-eslint/no-explicit-any): Unexpected any. Specify a different type.

Unexpected any. Specify a different type.
Raw output
  12 |       // eslint-disable-next-line @typescript-eslint/no-explicit-any
  13 |       cause?: Record<string, any>
> 14 |       operation?: Record<string, any>
     |                                  ^
  15 |     }
  16 |     const { graphQLErrors, cause, operation } = extendedErrorResponse
  17 |