Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Jan 8, 2024
1 parent 2be2b07 commit 9451268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crud-gen/src/api-rest/crud-gen-rest.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { ObjectMapperType } from '@nestjs-yalc/utils/object-mapper.helper.js';
import { buildSimpleMapperInterceptor } from '@nestjs-yalc/utils/simple-mapper.interceptor.js';
import { ClassType } from '@nestjs-yalc/types/globals.d.js';
import { Observable } from 'rxjs';
import { plainToInstance } from 'class-transformer';
import { yalcPlainToInstance } from '../transformers.helpers.js';

export function crudGenRestPaginationInterceptorWorker<T>(
Expand Down

0 comments on commit 9451268

Please sign in to comment.