Commit 43c5fcde authored by Diego Iván's avatar Diego Iván
Browse files

removiendo userId de UserSigninResDto

parent 8c5984fe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@ import { ApiProperty } from '@nestjs/swagger';
import { ALL_ROLES } from 'src/shared/enum/admin-role.enum';

export class UserSigninResDto {
  @ApiProperty()
  userId: number;
  @ApiProperty()
  email: string;
  @ApiProperty()