diff --git a/lib/api.js b/lib/api.js index b6d6a94..5047850 100644 --- a/lib/api.js +++ b/lib/api.js @@ -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) {