refactor: run formatter
This commit is contained in:
@@ -5,4 +5,4 @@ import { UserDTO } from "src/user/dto/user.dto";
|
||||
export class UpdatePasswordDTO extends PickType(UserDTO, ["password"]) {
|
||||
@IsString()
|
||||
oldPassword: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user