Update keto dependencies versions #84
GitHub Actions / TypeCheck
failed
Jan 12, 2024 in 0s
Errors 1
Found 1 errors
Annotations
Check failure on line 3 in packages/keto/src/keto.module.ts
github-actions / TypeCheck
Cannot find module '@ory/keto-client' or its corresponding type declarations.
Cannot find module '@ory/keto-client' or its corresponding type declarations.
Raw output
1 | import { DynamicModule } from '@nestjs/common'
2 | import { Module } from '@nestjs/common'
> 3 | import { EnginesApi } from '@ory/keto-client'
| ^
4 |
5 | import { RESOURCES_SCOPE } from './constants'
6 | import { ResourceService } from './services'
Loading