| 19 | |
| 20 | @Injectable() |
| 21 | export class LoggerInterceptor implements NestInterceptor { |
| 22 | constructor(private readonly operationLogsService: OperationLogsService) { } |
| 23 | |
| 24 | intercept(context: ExecutionContext, next: CallHandler): Observable<any> { |
nothing calls this directly
no outgoing calls
no test coverage detected