Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaidar committed Apr 13, 2019
1 parent 92275f1 commit dc87856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class AuthService {
};

try {
const user = await this.usersService.create(userDto);
await this.usersService.create(userDto);
} catch (err) {
status = {
success: false,
Expand Down

0 comments on commit dc87856

Please sign in to comment.