mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(lint): whitespace
This commit is contained in:
parent
43c10f75c3
commit
60c0e6b3df
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ api.getUserChallenges = {
|
|||
user,
|
||||
types: ['party', 'guilds', 'tavern'],
|
||||
});
|
||||
const userGroupIds = userGroups.map(userGroup => userGroup._id);
|
||||
const userGroupIds = userGroups.map(userGroup => userGroup._id);
|
||||
orOptions.push({
|
||||
group: { $in: userGroupIds },
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue