fix: adds ProfileOperations.hasBlockedMe field #4288
ci.yaml
on: pull_request
Annotations
5 errors and 2 warnings
Lint
@lens-protocol/react#lint: command (/home/runner/work/lens-sdk/lens-sdk/packages/react) pnpm run lint exited (1)
|
Lint
Type '{ __typename: "ProfileOperations"; canBlock: boolean; canUnblock: boolean; canFollow: gql.TriStateValue; canUnfollow: boolean; id: ProfileId; hasBlockedMe?: gql.OptimisticStatusResult | undefined; isBlockedByMe: gql.OptimisticStatusResult; isFollowedByMe: gql.OptimisticStatusResult; isFollowingMe: gql.OptimisticStat...' is not assignable to type 'ProfileOperations'.
|
Lint
Process completed with exit code 1.
|
Test
@lens-protocol/api-bindings#test: command (/home/runner/work/lens-sdk/lens-sdk/packages/api-bindings) pnpm run test exited (1)
|
Test
Process completed with exit code 1.
|
Lint:
packages/gated-content/src/graphql/generated.ts#L4883
tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it
|
Lint:
packages/gated-content/src/graphql/generated.ts#L4885
tsdoc-undefined-tag: The TSDoc tag "@localname" is not defined in this configuration
|