mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Correct linting error
This commit is contained in:
@@ -97,6 +97,7 @@ export function generateUser (update = {}) {
|
||||
}).then((user) => {
|
||||
_updateDocument('users', user, update, () => {
|
||||
let apiUser = new ApiUser(user);
|
||||
|
||||
resolve(apiUser);
|
||||
});
|
||||
}).catch(reject);
|
||||
|
||||
Reference in New Issue
Block a user