export class ReportInterceptor implements NestInterceptor {
  constructor(private reportsService: ReportsService) {}

  async intercept(
    context: ExecutionContext,