Skip to content

Commit

Permalink
Yay lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jan 22, 2020
1 parent c2f1509 commit b536ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ module.exports = {
try {
initCheck(this.loaded)
let response = await userExists(this, email)
response.data['exists']=true
response.data['exists'] = true
resolve(response.data)
} catch (e) {
if (typeof e.response !== 'undefined' && e.response.data.code === 404) {
Expand Down

0 comments on commit b536ce8

Please sign in to comment.