Skip to content

Commit

Permalink
fix: remove direct dependency on rxjs
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash committed Aug 29, 2024
1 parent d50627d commit cb6ae2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/decorators/is-nested.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ClassConstructor, Type } from 'class-transformer';
import { IsObject, ValidateNested, ValidationArguments } from 'class-validator';
import { noop } from 'rxjs';

import { compose, PropertyOptions } from '../core';
import { compose, noop, PropertyOptions } from '../core';

export const IsNested = <T>({
type,
Expand Down

0 comments on commit cb6ae2f

Please sign in to comment.