Loading backend/src/auth/user/dto/user-signin-res.dto.ts +0 −2 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
backend/src/auth/user/dto/user-signin-res.dto.ts +0 −2 Original line number Diff line number Diff line Loading @@ -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() Loading