Skip to content

Commit

Permalink
fix(feature): 修复导入错误的dto
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Apr 9, 2019
1 parent a638d03 commit db64ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable, InternalServerErrorException, Logger } from '@nestjs/common
import { hashSync, compareSync } from 'bcryptjs';
import * as utility from 'utility';
import { UserService, User } from 'shared';
import { RegisterDto, AccountDto, LoginDto } from './dto';
import { RegisterDto, AccountDto } from './dto';
import { APP_CONFIG } from '../../core';
import { ConfigService } from 'config';
import { MailService } from 'shared/services/mail.services';
Expand Down

0 comments on commit db64ecd

Please sign in to comment.