Skip to content

Update keto dependencies versions #75

Update keto dependencies versions

Update keto dependencies versions #75

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Lint failed Dec 14, 2023 in 0s

Errors 0, Warnings 1

Found 0 errors and 1 warnings

Annotations

Check warning on line 2 in packages/gateway/src/enums/gateway-source-type.enum.ts

See this annotation in the file changed.

@github-actions github-actions / Lint

(null): Unused eslint-disable directive (no problems were reported).

Unused eslint-disable directive (no problems were reported).
Raw output
> 1 | // eslint-disable-next-line
    | ^
  2 | export enum GatewaySourceType {
  3 |   GRPC = 'grpc',
  4 | }