kittgen / kittgen-nestjs

Set of libraries and code generators for Nestjs
MIT License
46 stars 0 forks source link

Registering PermissionInterceptor throws erros #47

Closed ottovw closed 3 years ago

ottovw commented 3 years ago

Usage (also without scope)

{
    scope: Scope.REQUEST,
    provide: 'APP_INTERCEPTOR',
    useClass: PermissionInterceptor
  }
[Nest] 18384   - 02/07/2021, 3:18:42 PM   [ExceptionsHandler] Cannot read property 'reduce' of undefined +411ms
TypeError: Cannot read property 'reduce' of undefined
    at MergeMapSubscriber.project (/mnt/c/Users/ottovw/dev/confidens/api-main/node_modules/@kittgen/nestjs-authorization/dist/nestjs-authorization.cjs.development.js:384:33)
edgarmueller commented 3 years ago

Addressed via #48