Skip to content

Commit

Permalink
Fixed the eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikBhaskara committed Jul 11, 2018
1 parent 33c40c3 commit 0dc3789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const validators = require('./validators');
* development mode to enable the mock vehicle brand.
*/
function AuthClient(options) {

validators.validateRequestData(options);

this.clientId = options.clientId;
Expand Down

0 comments on commit 0dc3789

Please sign in to comment.