Advertisement
nikolayneykov

Untitled

Nov 12th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  public async findUsers(
  2.     @Query(new ValidationPipe({ transform: true, whitelist: true })) options: SearchOptionsDTO,
  3.   ): Promise<UserDTO[]> {
  4.     return await this.usersService.findUsers(options);
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement