Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Dec 29, 2023
1 parent f3ecab8 commit 33a2a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions packages/grpc-keto/src/decorators/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './guarded-by-keto.decorator'
export { GuardedByKetoFunction } from './guarded-by-keto.interfaces'
export * from './guarded-by-keto.decorator'
export { GuardedByKetoFunction } from './guarded-by-keto.interfaces'
export { GetGuardingRelationTuple } from './guarded-by-keto.interfaces'
export { GUARDED_BY_METADATA_KEY } from './guarded-by-keto.constants'
export { GUARDED_BY_METADATA_KEY } from './guarded-by-keto.constants'
export { getGuardingRelationTuple } from './get-guarding-relation.helper'
export { PossibleReplacements } from './guarded-by-keto.constants'
2 changes: 1 addition & 1 deletion packages/keto/src/guards/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './keto-guard.service'
export * from './keto-access-control.guard'

0 comments on commit 33a2a99

Please sign in to comment.